#0E5063

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

Shades of Astronaut Blue #0E5063

Tints of Astronaut Blue #0E5063

Color information

#0E5063 (or 0x0E5063) is unknown color: approx Astronaut Blue. HEX triplet: 0E, 50 and 63. RGB value is (14,80,99). Sum of RGB (Red+Green+Blue) = 14+80+99=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E5063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5063 is #F1AF9C. Grayscale: #3E3E3E. Windows color (decimal): -15839133 or 6508558. OLE color: 6508558.

HSL color Cylindrical-coordinate representation of color #0E5063: hue angle of 193.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E5063 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB148099-
CMYK0.860.1900.61
HSL193.41º75.22%22.16%-
HSV(B)193.41º85.86%38.82%-
XYZ5.36.7312.82-
YUV62.43148.6393.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.25%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=7.25%
G=41.45%
B=51.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1480990.860.1900.61193.4175.2222.16
HexE5063561303Dc14b16
Octal161201431262307530111326
Binary111010100001100011101011010011011110111000001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,80,99); }

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

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

 a { background-color: rgb(14,80,99); }

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

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

 span { border-color: rgb(14,80,99); }

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