#0D445B

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

Shades of Astronaut Blue #0D445B

Tints of Astronaut Blue #0D445B

Color information

#0D445B (or 0x0D445B) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 44 and 5B. RGB value is (13,68,91). Sum of RGB (Red+Green+Blue) = 13+68+91=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D445B is #F2BBA4. Grayscale: #363636. Windows color (decimal): -15907749 or 5981197. OLE color: 5981197.

HSL color Cylindrical-coordinate representation of color #0D445B: hue angle of 197.69º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D445B is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB136891-
CMYK0.860.2500.64
HSL197.69º75%20.39%-
HSV(B)197.69º85.71%35.69%-
XYZ4.124.9810.64-
YUV54.18148.7898.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.56%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=7.56%
G=39.53%
B=52.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1368910.860.2500.64197.697520.39
HexD445B5619040c64b14
Octal1510413312631010030611324
Binary1101100010010110111010110110010100000011000110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,68,91); }

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

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

 a { background-color: rgb(13,68,91); }

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

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

 span { border-color: rgb(13,68,91); }

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