#124357

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

Shades of Astronaut Blue #124357

Tints of Astronaut Blue #124357

Color information

#124357 (or 0x124357) is unknown color: approx Astronaut Blue. HEX triplet: 12, 43 and 57. RGB value is (18,67,87). Sum of RGB (Red+Green+Blue) = 18+67+87=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #124357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124357 is #EDBCA8. Grayscale: #363636. Windows color (decimal): -15580329 or 5718802. OLE color: 5718802.

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

Color convert

RGB186787-
CMYK0.790.2300.66
HSL197.39º65.71%20.59%-
HSV(B)197.39º79.31%34.12%-
XYZ3.984.839.74-
YUV54.63146.27101.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 87 (34.38% from 255) = 50.58%
R=10.47%
G=38.95%
B=50.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1867870.790.2300.66197.3965.7120.59
Hex1243574F17042c54215
Octal2210312711727010230510225
Binary10010100001110101111001111101110100001011000101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124357; }

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

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

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

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

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

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

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

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