Html Css Color HEX #0E4156 Astronaut Blue

📋 copy color: '#0E4156'

red 14 ◦ green 65 ◦ blue 86

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

Shades of Astronaut Blue #0E4156

Tints of Astronaut Blue #0E4156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.39%

 BLUE value IS 86 (33.98% from 255) = 52.12%

R = 8.48%
G = 39.39%
B = 52.12%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E4156 (or 0x0E4156) is known color: Astronaut Blue. HEX triplet: 0E, 41 and 56. RGB value is (14,65,86). Sum of RGB (Red+Green+Blue) = 14+65+86=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E4156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4156 is #F1BEA9. Grayscale: #343434. Windows color (decimal): -15842986 or 5652750. OLE color: 5652750.

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

Color convert

RGB 14 65 86 -
CMYK 0.84 0.24 0 0.66
HSL 197.5º 0.72% 0.2% -
HSV(B) 197.5º 0.84% 0.34% -
XYZ 3.75 4.55 9.48 -
YUV 52.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 14 65 86 0.84 0.24 0 0.66 197.5 0.72 0.2
Hex E 41 56 54 18 0 42 C6 48 14
Octal 16 101 126 124 30 0 102 306 110 24
Binary 1110 1000001 1010110 1010100 11000 0 1000010 11000110 1001000 10100

Color Harmonies of #0E4156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4156

Black with #0E4156

Text Example


Text Example

White with #0E4156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,65,86); }

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

background-color css

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

 a { background-color: rgb(14,65,86); }

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

border-color css

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

 span { border-color: rgb(14,65,86); }

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