#0E4358

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

Shades of Astronaut Blue #0E4358

Tints of Astronaut Blue #0E4358

Color information

#0E4358 (or 0x0E4358) is unknown color: approx Astronaut Blue. HEX triplet: 0E, 43 and 58. RGB value is (14,67,88). Sum of RGB (Red+Green+Blue) = 14+67+88=169 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.28% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E4358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4358 is #F1BCA7. Grayscale: #353535. Windows color (decimal): -15842472 or 5784334. OLE color: 5784334.

HSL color Cylindrical-coordinate representation of color #0E4358: hue angle of 197.03º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E4358 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB146788-
CMYK0.840.2400.65
HSL197.03º72.55%20%-
HSV(B)197.03º84.09%34.51%-
XYZ3.954.819.95-
YUV53.55147.4499.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.28%
GREEN value IS 67 (26.56% from 255) = 39.64%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=8.28%
G=39.64%
B=52.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1467880.840.2400.65197.0372.5520
HexE43585418041c54914
Octal1610313012430010130511124
Binary1110100001110110001010100110000100000111000101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,67,88); }

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

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

 a { background-color: rgb(14,67,88); }

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

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

 span { border-color: rgb(14,67,88); }

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