#124557

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

Shades of Astronaut Blue #124557

Tints of Astronaut Blue #124557

Color information

#124557 (or 0x124557) is unknown color: approx Astronaut Blue. HEX triplet: 12, 45 and 57. RGB value is (18,69,87). Sum of RGB (Red+Green+Blue) = 18+69+87=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #124557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124557 is #EDBAA8. Grayscale: #373737. Windows color (decimal): -15579817 or 5719314. OLE color: 5719314.

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

Color convert

RGB186987-
CMYK0.790.2100.66
HSL195.65º65.71%20.59%-
HSV(B)195.65º79.31%34.12%-
XYZ4.15.079.78-
YUV55.8145.6101.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 69 (27.34% from 255) = 39.66%
BLUE value IS 87 (34.38% from 255) = 50%
R=10.34%
G=39.66%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1869870.790.2100.66195.6565.7120.59
Hex1245574F15042c44215
Octal2210512711725010230410225
Binary10010100010110101111001111101010100001011000100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124557; }

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

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

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

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

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

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

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

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