Html Css Color HEX #124C69 Astronaut Blue

📋 copy color: '#124C69'

red 18 ◦ green 76 ◦ blue 105

#124C69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #124C69

Tints of Astronaut Blue #124C69

RGB

 RED value IS 18 (7.42% from 255) = 9.05%

 GREEN value IS 76 (30.08% from 255) = 38.19%

 BLUE value IS 105 (41.41% from 255) = 52.76%

R = 9.05%
G = 38.19%
B = 52.76%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#124C69 (or 0x124C69) is known color: Astronaut Blue. HEX triplet: 12, 4C and 69. RGB value is (18,76,105). Sum of RGB (Red+Green+Blue) = 18+76+105=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #124C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C69 is #EDB396. Grayscale: #3D3D3D. Windows color (decimal): -15578007 or 6900754. OLE color: 6900754.

HSL color Cylindrical-coordinate representation of color #124C69: hue angle of 200º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124C69 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 76 105 -
CMYK 0.83 0.28 0 0.59
HSL 200º 0.71% 0.24% -
HSV(B) 200º 0.83% 0.41% -
XYZ 5.38 6.32 14.3 -
YUV 61.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 18 76 105 0.83 0.28 0 0.59 200 0.71 0.24
Hex 12 4C 69 53 1C 0 3B C8 47 18
Octal 22 114 151 123 34 0 73 310 107 30
Binary 10010 1001100 1101001 1010011 11100 0 111011 11001000 1000111 11000

Color Harmonies of #124C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C69

Black with #124C69

Text Example


Text Example

White with #124C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124C69; }

 p { color: rgb(18,76,105); }

 H1.HeaderClassName
 {
   color: #124C69;
 }
 .AnyTagClassName
 {
   color: #124C69;
 }
</style>

background-color css

<style>
 a { background-color: #124C69; }

 a { background-color: rgb(18,76,105); }

 div.DivClassName
 {
   background-color: #124C69;
 }
 .BgClassName
 {
   background-color: #124C69;
 }
</style>

border-color css

<style>
 span { border-color: #124C69; }

 span { border-color: rgb(18,76,105); }

 td.TdClassName
 {
   border-color: #124C69;
 }
 .TagClassName
 {
   border-color: #124C69;
 }
</style>