Html Css Color HEX #124659 Astronaut Blue

📋 copy color: '#124659'

red 18 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #124659

Tints of Astronaut Blue #124659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.28%

R = 10.17%
G = 39.55%
B = 50.28%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124659 (or 0x124659) is known color: Astronaut Blue. HEX triplet: 12, 46 and 59. RGB value is (18,70,89). Sum of RGB (Red+Green+Blue) = 18+70+89=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #124659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124659 is #EDB9A6. Grayscale: #383838. Windows color (decimal): -15579559 or 5850642. OLE color: 5850642.

HSL color Cylindrical-coordinate representation of color #124659: hue angle of 196.06º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124659 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 70 89 -
CMYK 0.80 0.21 0 0.65
HSL 196.06º 0.66% 0.21% -
HSV(B) 196.06º 0.8% 0.35% -
XYZ 4.24 5.23 10.24 -
YUV 56.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 18 70 89 0.80 0.21 0 0.65 196.06 0.66 0.21
Hex 12 46 59 50 15 0 41 C4 42 15
Octal 22 106 131 120 25 0 101 304 102 25
Binary 10010 1000110 1011001 1010000 10101 0 1000001 11000100 1000010 10101

Color Harmonies of #124659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124659

Black with #124659

Text Example


Text Example

White with #124659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124659; }

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

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

background-color css

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

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

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

border-color css

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

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

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