Html Css Color HEX #124259 Astronaut Blue

📋 copy color: '#124259'

red 18 ◦ green 66 ◦ blue 89

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

Shades of Astronaut Blue #124259

Tints of Astronaut Blue #124259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.15%

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

R = 10.4%
G = 38.15%
B = 51.45%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124259 (or 0x124259) is known color: Astronaut Blue. HEX triplet: 12, 42 and 59. RGB value is (18,66,89). Sum of RGB (Red+Green+Blue) = 18+66+89=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #124259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124259 is #EDBDA6. Grayscale: #363636. Windows color (decimal): -15580583 or 5849618. OLE color: 5849618.

HSL color Cylindrical-coordinate representation of color #124259: hue angle of 199.44º 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 #124259 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 66 89 -
CMYK 0.80 0.26 0 0.65
HSL 199.44º 0.66% 0.21% -
HSV(B) 199.44º 0.8% 0.35% -
XYZ 4 4.75 10.16 -
YUV 54.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 18 66 89 0.80 0.26 0 0.65 199.44 0.66 0.21
Hex 12 42 59 50 1A 0 41 C7 42 15
Octal 22 102 131 120 32 0 101 307 102 25
Binary 10010 1000010 1011001 1010000 11010 0 1000001 11000111 1000010 10101

Color Harmonies of #124259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124259

Black with #124259

Text Example


Text Example

White with #124259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124259; }

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

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

background-color css

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

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

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

border-color css

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

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

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