#0D485D

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

Shades of Astronaut Blue #0D485D

Tints of Astronaut Blue #0D485D

Color information

#0D485D (or 0x0D485D) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 48 and 5D. RGB value is (13,72,93). Sum of RGB (Red+Green+Blue) = 13+72+93=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D485D is #F2B7A2. Grayscale: #383838. Windows color (decimal): -15906723 or 6113293. OLE color: 6113293.

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

Color convert

RGB137293-
CMYK0.860.2300.64
HSL195.75º75.47%20.78%-
HSV(B)195.75º86.02%36.47%-
XYZ4.465.5111.18-
YUV56.75148.4596.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.30%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=7.30%
G=40.45%
B=52.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1372930.860.2300.64195.7575.4720.78
HexD485D5617040c44b15
Octal1511013512627010030411325
Binary1101100100010111011010110101110100000011000100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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