#0D4E60

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

Shades of Astronaut Blue #0D4E60

Tints of Astronaut Blue #0D4E60

Color information

#0D4E60 (or 0x0D4E60) is unknown color: approx Astronaut Blue. HEX triplet: 0D, 4E and 60. RGB value is (13,78,96). Sum of RGB (Red+Green+Blue) = 13+78+96=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D4E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4E60 is #F2B19F. Grayscale: #3C3C3C. Windows color (decimal): -15905184 or 6311437. OLE color: 6311437.

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

Color convert

RGB137896-
CMYK0.860.1900.62
HSL193.01º76.15%21.37%-
HSV(B)193.01º86.46%37.65%-
XYZ56.3812.03-
YUV60.62147.9794.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.95%
GREEN value IS 78 (30.86% from 255) = 41.71%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=6.95%
G=41.71%
B=51.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1378960.860.1900.62193.0176.1521.37
HexD4E60561303Ec14c15
Octal151161401262307630111425
Binary110110011101100000101011010011011111011000001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,78,96); }

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

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

 a { background-color: rgb(13,78,96); }

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

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

 span { border-color: rgb(13,78,96); }

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