Html Css Color HEX #124559 Astronaut Blue

📋 copy color: '#124559'

red 18 ◦ green 69 ◦ blue 89

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

Shades of Astronaut Blue #124559

Tints of Astronaut Blue #124559

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.2%

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

R = 10.23%
G = 39.2%
B = 50.57%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124559 (or 0x124559) is known color: Astronaut Blue. HEX triplet: 12, 45 and 59. RGB value is (18,69,89). Sum of RGB (Red+Green+Blue) = 18+69+89=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #124559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124559 is #EDBAA6. Grayscale: #373737. Windows color (decimal): -15579815 or 5850386. OLE color: 5850386.

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

Color convert

RGB 18 69 89 -
CMYK 0.80 0.22 0 0.65
HSL 196.9º 0.66% 0.21% -
HSV(B) 196.9º 0.8% 0.35% -
XYZ 4.18 5.11 10.22 -
YUV 56.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 18 69 89 0.80 0.22 0 0.65 196.9 0.66 0.21
Hex 12 45 59 50 16 0 41 C5 42 15
Octal 22 105 131 120 26 0 101 305 102 25
Binary 10010 1000101 1011001 1010000 10110 0 1000001 11000101 1000010 10101

Color Harmonies of #124559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124559

Black with #124559

Text Example


Text Example

White with #124559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124559; }

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

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

background-color css

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

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

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

border-color css

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

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

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