Html Css Color HEX #124059 Astronaut Blue

📋 copy color: '#124059'

red 18 ◦ green 64 ◦ blue 89

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

Shades of Astronaut Blue #124059

Tints of Astronaut Blue #124059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

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

R = 10.53%
G = 37.43%
B = 52.05%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#124059 (or 0x124059) is known color: Astronaut Blue. HEX triplet: 12, 40 and 59. RGB value is (18,64,89). Sum of RGB (Red+Green+Blue) = 18+64+89=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #124059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124059 is #EDBFA6. Grayscale: #343434. Windows color (decimal): -15581095 or 5849106. OLE color: 5849106.

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

Color convert

RGB 18 64 89 -
CMYK 0.80 0.28 0 0.65
HSL 201.13º 0.66% 0.21% -
HSV(B) 201.13º 0.8% 0.35% -
XYZ 3.89 4.52 10.12 -
YUV 53.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 18 64 89 0.80 0.28 0 0.65 201.13 0.66 0.21
Hex 12 40 59 50 1C 0 41 C9 42 15
Octal 22 100 131 120 34 0 101 311 102 25
Binary 10010 1000000 1011001 1010000 11100 0 1000001 11001001 1000010 10101

Color Harmonies of #124059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124059

Black with #124059

Text Example


Text Example

White with #124059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124059; }

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

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

background-color css

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

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

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

border-color css

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

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

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