#0D4054

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

Shades of Astronaut Blue #0D4054

Tints of Astronaut Blue #0D4054

Color information

#0D4054 (or 0x0D4054) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 40 and 54. RGB value is (13,64,84). Sum of RGB (Red+Green+Blue) = 13+64+84=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D4054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4054 is #F2BFAB. Grayscale: #323232. Windows color (decimal): -15908780 or 5521421. OLE color: 5521421.

HSL color Cylindrical-coordinate representation of color #0D4054: hue angle of 196.9º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D4054 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB136484-
CMYK0.850.2400.67
HSL196.9º73.2%19.02%-
HSV(B)196.9º84.52%32.94%-
XYZ3.64.399.05-
YUV51.03146.6100.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.07%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=8.07%
G=39.75%
B=52.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1364840.850.2400.67196.973.219.02
HexD40545518043c54913
Octal1510012412530010330511123
Binary1101100000010101001010101110000100001111000101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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