#0D475D

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

Shades of Astronaut Blue #0D475D

Tints of Astronaut Blue #0D475D

Color information

#0D475D (or 0x0D475D) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 47 and 5D. RGB value is (13,71,93). Sum of RGB (Red+Green+Blue) = 13+71+93=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D475D is #F2B8A2. Grayscale: #383838. Windows color (decimal): -15906979 or 6113037. OLE color: 6113037.

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

Color convert

RGB137193-
CMYK0.860.2400.64
HSL196.5º75.47%20.78%-
HSV(B)196.5º86.02%36.47%-
XYZ4.45.3811.16-
YUV56.17148.7897.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.34%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=7.34%
G=40.11%
B=52.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1371930.860.2400.64196.575.4720.78
HexD475D5618040c44b15
Octal1510713512630010030411325
Binary1101100011110111011010110110000100000011000100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,71,93); }

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

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

 a { background-color: rgb(13,71,93); }

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

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

 span { border-color: rgb(13,71,93); }

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