#0E485C

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

Shades of Astronaut Blue #0E485C

Tints of Astronaut Blue #0E485C

Color information

#0E485C (or 0x0E485C) is unknown color: approx Astronaut Blue. HEX triplet: 0E, 48 and 5C. RGB value is (14,72,92). Sum of RGB (Red+Green+Blue) = 14+72+92=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #0E485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E485C is #F1B7A3. Grayscale: #383838. Windows color (decimal): -15841188 or 6047758. OLE color: 6047758.

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

Color convert

RGB147292-
CMYK0.850.2200.64
HSL195.38º73.58%20.78%-
HSV(B)195.38º84.78%36.08%-
XYZ4.435.510.95-
YUV56.94147.7897.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.87%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=7.87%
G=40.45%
B=51.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1472920.850.2200.64195.3873.5820.78
HexE485C5516040c34a15
Octal1611013412526010030311225
Binary1110100100010111001010101101100100000011000011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,72,92); }

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

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

 a { background-color: rgb(14,72,92); }

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

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

 span { border-color: rgb(14,72,92); }

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