Html Css Color HEX #124669 Astronaut Blue

📋 copy color: '#124669'

red 18 ◦ green 70 ◦ blue 105

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

Shades of Astronaut Blue #124669

Tints of Astronaut Blue #124669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 9.33%
G = 36.27%
B = 54.4%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#124669 (or 0x124669) is known color: Astronaut Blue. HEX triplet: 12, 46 and 69. RGB value is (18,70,105). Sum of RGB (Red+Green+Blue) = 18+70+105=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #124669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124669 is #EDB996. Grayscale: #3A3A3A. Windows color (decimal): -15579543 or 6899218. OLE color: 6899218.

HSL color Cylindrical-coordinate representation of color #124669: hue angle of 204.14º 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 #124669 is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 70 105 -
CMYK 0.83 0.33 0 0.59
HSL 204.14º 0.71% 0.24% -
HSV(B) 204.14º 0.83% 0.41% -
XYZ 4.99 5.53 14.17 -
YUV 58.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 18 70 105 0.83 0.33 0 0.59 204.14 0.71 0.24
Hex 12 46 69 53 21 0 3B CC 47 18
Octal 22 106 151 123 41 0 73 314 107 30
Binary 10010 1000110 1101001 1010011 100001 0 111011 11001100 1000111 11000

Color Harmonies of #124669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124669

Black with #124669

Text Example


Text Example

White with #124669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124669; }

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

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

background-color css

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

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

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

border-color css

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

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

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