Html Css Color HEX #124159 Astronaut Blue

📋 copy color: '#124159'

red 18 ◦ green 65 ◦ blue 89

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

Shades of Astronaut Blue #124159

Tints of Astronaut Blue #124159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

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

R = 10.47%
G = 37.79%
B = 51.74%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124159 (or 0x124159) is known color: Astronaut Blue. HEX triplet: 12, 41 and 59. RGB value is (18,65,89). Sum of RGB (Red+Green+Blue) = 18+65+89=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #124159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124159 is #EDBEA6. Grayscale: #353535. Windows color (decimal): -15580839 or 5849362. OLE color: 5849362.

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

Color convert

RGB 18 65 89 -
CMYK 0.80 0.27 0 0.65
HSL 200.28º 0.66% 0.21% -
HSV(B) 200.28º 0.8% 0.35% -
XYZ 3.94 4.63 10.14 -
YUV 53.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 18 65 89 0.80 0.27 0 0.65 200.28 0.66 0.21
Hex 12 41 59 50 1B 0 41 C8 42 15
Octal 22 101 131 120 33 0 101 310 102 25
Binary 10010 1000001 1011001 1010000 11011 0 1000001 11001000 1000010 10101

Color Harmonies of #124159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124159

Black with #124159

Text Example


Text Example

White with #124159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124159; }

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

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

background-color css

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

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

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

border-color css

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

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

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