#0D4154

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

Shades of Astronaut Blue #0D4154

Tints of Astronaut Blue #0D4154

Color information

#0D4154 (or 0x0D4154) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 41 and 54. RGB value is (13,65,84). Sum of RGB (Red+Green+Blue) = 13+65+84=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #0D4154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4154 is #F2BEAB. Grayscale: #333333. Windows color (decimal): -15908524 or 5521677. OLE color: 5521677.

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

Color convert

RGB136584-
CMYK0.850.2300.67
HSL196.06º73.2%19.02%-
HSV(B)196.06º84.52%32.94%-
XYZ3.664.519.06-
YUV51.62146.27100.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.02%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 84 (33.20% from 255) = 51.85%
R=8.02%
G=40.12%
B=51.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1365840.850.2300.67196.0673.219.02
HexD41545517043c44913
Octal1510112412527010330411123
Binary1101100000110101001010101101110100001111000100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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