#0D4057

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

Shades of Astronaut Blue #0D4057

Tints of Astronaut Blue #0D4057

Color information

#0D4057 (or 0x0D4057) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 40 and 57. RGB value is (13,64,87). Sum of RGB (Red+Green+Blue) = 13+64+87=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #0D4057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4057 is #F2BFA8. Grayscale: #333333. Windows color (decimal): -15908777 or 5718029. OLE color: 5718029.

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

Color convert

RGB136487-
CMYK0.850.2600.66
HSL198.65º74%19.61%-
HSV(B)198.65º85.06%34.12%-
XYZ3.724.449.68-
YUV51.37148.1100.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 87 (34.38% from 255) = 53.05%
R=7.93%
G=39.02%
B=53.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1364870.850.2600.66198.657419.61
HexD4057551A042c74a14
Octal1510012712532010230711224
Binary1101100000010101111010101110100100001011000111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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