#0D485E

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

Shades of Astronaut Blue #0D485E

Tints of Astronaut Blue #0D485E

Color information

#0D485E (or 0x0D485E) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 48 and 5E. RGB value is (13,72,94). Sum of RGB (Red+Green+Blue) = 13+72+94=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #0D485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D485E is #F2B7A1. Grayscale: #383838. Windows color (decimal): -15906722 or 6178829. OLE color: 6178829.

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

Color convert

RGB137294-
CMYK0.860.2300.63
HSL196.3º75.7%20.98%-
HSV(B)196.3º86.17%36.86%-
XYZ4.55.5311.42-
YUV56.87148.9596.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.26%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 94 (37.11% from 255) = 52.51%
R=7.26%
G=40.22%
B=52.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1372940.860.2300.63196.375.720.98
HexD485E561703Fc44c15
Octal151101361262707730411425
Binary110110010001011110101011010111011111111000100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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