#0D445E

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

Shades of Astronaut Blue #0D445E

Tints of Astronaut Blue #0D445E

Color information

#0D445E (or 0x0D445E) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 44 and 5E. RGB value is (13,68,94). Sum of RGB (Red+Green+Blue) = 13+68+94=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #0D445E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D445E is #F2BBA1. Grayscale: #363636. Windows color (decimal): -15907746 or 6177805. OLE color: 6177805.

HSL color Cylindrical-coordinate representation of color #0D445E: hue angle of 199.26º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D445E is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB136894-
CMYK0.860.2800.63
HSL199.26º75.7%20.98%-
HSV(B)199.26º86.17%36.86%-
XYZ4.255.0311.34-
YUV54.52150.2898.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.43%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 94 (37.11% from 255) = 53.71%
R=7.43%
G=38.86%
B=53.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1368940.860.2800.63199.2675.720.98
HexD445E561C03Fc74c15
Octal151041361263407730711425
Binary110110001001011110101011011100011111111000111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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