#0D4255

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

Shades of Astronaut Blue #0D4255

Tints of Astronaut Blue #0D4255

Color information

#0D4255 (or 0x0D4255) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 42 and 55. RGB value is (13,66,85). Sum of RGB (Red+Green+Blue) = 13+66+85=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D4255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4255 is #F2BDAA. Grayscale: #343434. Windows color (decimal): -15908267 or 5587469. OLE color: 5587469.

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

Color convert

RGB136685-
CMYK0.850.2200.67
HSL195.83º73.47%19.22%-
HSV(B)195.83º84.71%33.33%-
XYZ3.754.649.29-
YUV52.32146.4499.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 66 (26.17% from 255) = 40.24%
BLUE value IS 85 (33.59% from 255) = 51.83%
R=7.93%
G=40.24%
B=51.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1366850.850.2200.67195.8373.4719.22
HexD42555516043c44913
Octal1510212512526010330411123
Binary1101100001010101011010101101100100001111000100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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