#0E4262

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

Shades of Astronaut Blue #0E4262

Tints of Astronaut Blue #0E4262

Color information

#0E4262 (or 0x0E4262) is unknown color: approx Astronaut Blue. HEX triplet: 0E, 42 and 62. RGB value is (14,66,98). Sum of RGB (Red+Green+Blue) = 14+66+98=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #0E4262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4262 is #F1BD9D. Grayscale: #353535. Windows color (decimal): -15842718 or 6439438. OLE color: 6439438.

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

Color convert

RGB146698-
CMYK0.860.3300.62
HSL202.86º75%21.96%-
HSV(B)202.86º85.71%38.43%-
XYZ4.334.8712.27-
YUV54.1152.7799.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.87%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 98 (38.67% from 255) = 55.06%
R=7.87%
G=37.08%
B=55.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1466980.860.3300.62202.867521.96
HexE4262562103Ecb4b16
Octal161021421264107631311326
Binary1110100001011000101010110100001011111011001011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,66,98); }

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

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

 a { background-color: rgb(14,66,98); }

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

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

 span { border-color: rgb(14,66,98); }

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