Html Css Color HEX #0E4759 Astronaut Blue

📋 copy color: '#0E4759'

red 14 ◦ green 71 ◦ blue 89

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

Shades of Astronaut Blue #0E4759

Tints of Astronaut Blue #0E4759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

 BLUE value IS 89 (35.16% from 255) = 51.15%

R = 8.05%
G = 40.8%
B = 51.15%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E4759 (or 0x0E4759) is known color: Astronaut Blue. HEX triplet: 0E, 47 and 59. RGB value is (14,71,89). Sum of RGB (Red+Green+Blue) = 14+71+89=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E4759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4759 is #F1B8A6. Grayscale: #373737. Windows color (decimal): -15841447 or 5850894. OLE color: 5850894.

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

Color convert

RGB 14 71 89 -
CMYK 0.84 0.20 0 0.65
HSL 194.4º 0.73% 0.2% -
HSV(B) 194.4º 0.84% 0.35% -
XYZ 4.24 5.32 10.25 -
YUV 56.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 14 71 89 0.84 0.20 0 0.65 194.4 0.73 0.2
Hex E 47 59 54 14 0 41 C2 49 14
Octal 16 107 131 124 24 0 101 302 111 24
Binary 1110 1000111 1011001 1010100 10100 0 1000001 11000010 1001001 10100

Color Harmonies of #0E4759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4759

Black with #0E4759

Text Example


Text Example

White with #0E4759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,71,89); }

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

background-color css

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

 a { background-color: rgb(14,71,89); }

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

border-color css

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

 span { border-color: rgb(14,71,89); }

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