#124457

Color #124457 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #124457

Tints of Astronaut Blue #124457

Color information

#124457 (or 0x124457) is unknown color: approx Astronaut Blue. HEX triplet: 12, 44 and 57. RGB value is (18,68,87). Sum of RGB (Red+Green+Blue) = 18+68+87=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #124457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124457 is #EDBBA8. Grayscale: #373737. Windows color (decimal): -15580073 or 5719058. OLE color: 5719058.

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

Color convert

RGB186887-
CMYK0.790.2200.66
HSL196.52º65.71%20.59%-
HSV(B)196.52º79.31%34.12%-
XYZ4.044.959.76-
YUV55.22145.94101.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 68 (26.95% from 255) = 39.31%
BLUE value IS 87 (34.38% from 255) = 50.29%
R=10.40%
G=39.31%
B=50.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1868870.790.2200.66196.5265.7120.59
Hex1244574F16042c54215
Octal2210412711726010230510225
Binary10010100010010101111001111101100100001011000101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124457; }

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

 H1.HeaderClassName
 {
   color: #124457;
 }
 .AnyTagClassName
 {
   color: #124457;
 }
</style>
background-color css

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

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

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

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

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

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