#0D4257

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

Shades of Astronaut Blue #0D4257

Tints of Astronaut Blue #0D4257

Color information

#0D4257 (or 0x0D4257) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 42 and 57. RGB value is (13,66,87). Sum of RGB (Red+Green+Blue) = 13+66+87=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D4257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4257 is #F2BDA8. Grayscale: #343434. Windows color (decimal): -15908265 or 5718541. OLE color: 5718541.

HSL color Cylindrical-coordinate representation of color #0D4257: hue angle of 197.03º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D4257 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB136687-
CMYK0.850.2400.66
HSL197.03º74%19.61%-
HSV(B)197.03º85.06%34.12%-
XYZ3.834.679.72-
YUV52.55147.4499.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.83%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 87 (34.38% from 255) = 52.41%
R=7.83%
G=39.76%
B=52.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1366870.850.2400.66197.037419.61
HexD42575518042c54a14
Octal1510212712530010230511224
Binary1101100001010101111010101110000100001011000101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D4257; }

 p { color: rgb(13,66,87); }

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

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

 a { background-color: rgb(13,66,87); }

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

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

 span { border-color: rgb(13,66,87); }

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