Html Css Color HEX #0E5A91 Endeavour

📋 copy color: '#0E5A91'

red 14 ◦ green 90 ◦ blue 145

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

Shades of Endeavour #0E5A91

Tints of Endeavour #0E5A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.14%

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 5.62%
G = 36.14%
B = 58.23%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E5A91 (or 0x0E5A91) is known color: Endeavour. HEX triplet: 0E, 5A and 91. RGB value is (14,90,145). Sum of RGB (Red+Green+Blue) = 14+90+145=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E5A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5A91 is #F1A56E. Grayscale: #494949. Windows color (decimal): -15836527 or 9525774. OLE color: 9525774.

HSL color Cylindrical-coordinate representation of color #0E5A91: hue angle of 205.19º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E5A91 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 90 145 -
CMYK 0.90 0.38 0 0.43
HSL 205.19º 0.82% 0.31% -
HSV(B) 205.19º 0.9% 0.57% -
XYZ 8.95 9.45 28.14 -
YUV 73.55 168.32 85.53 -
System Red Green Blue C M Y K H S L
Decimal 14 90 145 0.90 0.38 0 0.43 205.19 0.82 0.31
Hex E 5A 91 5A 26 0 2B CD 52 1F
Octal 16 132 221 132 46 0 53 315 122 37
Binary 1110 1011010 10010001 1011010 100110 0 101011 11001101 1010010 11111

Color Harmonies of #0E5A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5A91

Black with #0E5A91

Text Example


Text Example

White with #0E5A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,90,145); }

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

background-color css

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

 a { background-color: rgb(14,90,145); }

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

border-color css

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

 span { border-color: rgb(14,90,145); }

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