Html Css Color HEX #124057 Astronaut Blue

📋 copy color: '#124057'

red 18 ◦ green 64 ◦ blue 87

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

Shades of Astronaut Blue #124057

Tints of Astronaut Blue #124057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 51.48%

R = 10.65%
G = 37.87%
B = 51.48%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124057 (or 0x124057) is known color: Astronaut Blue. HEX triplet: 12, 40 and 57. RGB value is (18,64,87). Sum of RGB (Red+Green+Blue) = 18+64+87=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #124057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124057 is #EDBFA8. Grayscale: #343434. Windows color (decimal): -15581097 or 5718034. OLE color: 5718034.

HSL color Cylindrical-coordinate representation of color #124057: hue angle of 200º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124057 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 64 87 -
CMYK 0.79 0.26 0 0.66
HSL 200º 0.66% 0.21% -
HSV(B) 200º 0.79% 0.34% -
XYZ 3.8 4.48 9.68 -
YUV 52.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 18 64 87 0.79 0.26 0 0.66 200 0.66 0.21
Hex 12 40 57 4F 1A 0 42 C8 42 15
Octal 22 100 127 117 32 0 102 310 102 25
Binary 10010 1000000 1010111 1001111 11010 0 1000010 11001000 1000010 10101

Color Harmonies of #124057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124057

Black with #124057

Text Example


Text Example

White with #124057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124057; }

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

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

background-color css

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

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

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

border-color css

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

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

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