Html Css Color HEX #0E4255 Astronaut Blue

📋 copy color: '#0E4255'

red 14 ◦ green 66 ◦ blue 85

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

Shades of Astronaut Blue #0E4255

Tints of Astronaut Blue #0E4255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 51.52%

R = 8.48%
G = 40%
B = 51.52%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E4255 (or 0x0E4255) is known color: Astronaut Blue. HEX triplet: 0E, 42 and 55. RGB value is (14,66,85). Sum of RGB (Red+Green+Blue) = 14+66+85=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E4255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4255 is #F1BDAA. Grayscale: #343434. Windows color (decimal): -15842731 or 5587470. OLE color: 5587470.

HSL color Cylindrical-coordinate representation of color #0E4255: hue angle of 196.06º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E4255 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 66 85 -
CMYK 0.84 0.22 0 0.67
HSL 196.06º 0.72% 0.19% -
HSV(B) 196.06º 0.84% 0.33% -
XYZ 3.77 4.65 9.29 -
YUV 52.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 14 66 85 0.84 0.22 0 0.67 196.06 0.72 0.19
Hex E 42 55 54 16 0 43 C4 48 13
Octal 16 102 125 124 26 0 103 304 110 23
Binary 1110 1000010 1010101 1010100 10110 0 1000011 11000100 1001000 10011

Color Harmonies of #0E4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4255

Black with #0E4255

Text Example


Text Example

White with #0E4255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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