Html Css Color HEX #0E5F95 Endeavour

📋 copy color: '#0E5F95'

red 14 ◦ green 95 ◦ blue 149

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

Shades of Endeavour #0E5F95

Tints of Endeavour #0E5F95

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.82%

 BLUE value IS 149 (58.59% from 255) = 57.75%

R = 5.43%
G = 36.82%
B = 57.75%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E5F95 (or 0x0E5F95) is known color: Endeavour. HEX triplet: 0E, 5F and 95. RGB value is (14,95,149). Sum of RGB (Red+Green+Blue) = 14+95+149=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E5F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5F95 is #F1A06A. Grayscale: #4C4C4C. Windows color (decimal): -15835243 or 9789198. OLE color: 9789198.

HSL color Cylindrical-coordinate representation of color #0E5F95: hue angle of 204º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5F95 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 95 149 -
CMYK 0.91 0.36 0 0.42
HSL 204º 0.83% 0.32% -
HSV(B) 204º 0.91% 0.58% -
XYZ 9.7 10.45 29.94 -
YUV 76.94 168.66 83.11 -
System Red Green Blue C M Y K H S L
Decimal 14 95 149 0.91 0.36 0 0.42 204 0.83 0.32
Hex E 5F 95 5B 24 0 2A CC 53 20
Octal 16 137 225 133 44 0 52 314 123 40
Binary 1110 1011111 10010101 1011011 100100 0 101010 11001100 1010011 100000

Color Harmonies of #0E5F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5F95

Black with #0E5F95

Text Example


Text Example

White with #0E5F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,95,149); }

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

background-color css

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

 a { background-color: rgb(14,95,149); }

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

border-color css

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

 span { border-color: rgb(14,95,149); }

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