Html Css Color HEX #0E4258 Astronaut Blue

📋 copy color: '#0E4258'

red 14 ◦ green 66 ◦ blue 88

#0E4258
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #0E4258

Tints of Astronaut Blue #0E4258

RGB

 RED value IS 14 (5.86% from 255) = 8.33%

 GREEN value IS 66 (26.17% from 255) = 39.29%

 BLUE value IS 88 (34.77% from 255) = 52.38%

R = 8.33%
G = 39.29%
B = 52.38%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E4258 (or 0x0E4258) is known color: Astronaut Blue. HEX triplet: 0E, 42 and 58. RGB value is (14,66,88). Sum of RGB (Red+Green+Blue) = 14+66+88=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E4258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4258 is #F1BDA7. Grayscale: #343434. Windows color (decimal): -15842728 or 5784078. OLE color: 5784078.

HSL color Cylindrical-coordinate representation of color #0E4258: hue angle of 197.84º 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 #0E4258 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 66 88 -
CMYK 0.84 0.25 0 0.65
HSL 197.84º 0.73% 0.2% -
HSV(B) 197.84º 0.84% 0.35% -
XYZ 3.89 4.69 9.93 -
YUV 52.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 14 66 88 0.84 0.25 0 0.65 197.84 0.73 0.2
Hex E 42 58 54 19 0 41 C6 49 14
Octal 16 102 130 124 31 0 101 306 111 24
Binary 1110 1000010 1011000 1010100 11001 0 1000001 11000110 1001001 10100

Color Harmonies of #0E4258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4258

Black with #0E4258

Text Example


Text Example

White with #0E4258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E4258;
 }
 .AnyTagClassName
 {
   color: #0E4258;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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