Html Css Color HEX #0E619B Endeavour

📋 copy color: '#0E619B'

red 14 ◦ green 97 ◦ blue 155

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

Shades of Endeavour #0E619B

Tints of Endeavour #0E619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 5.26%
G = 36.47%
B = 58.27%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E619B (or 0x0E619B) is known color: Endeavour. HEX triplet: 0E, 61 and 9B. RGB value is (14,97,155). Sum of RGB (Red+Green+Blue) = 14+97+155=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E619B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E619B is #F19E64. Grayscale: #4E4E4E. Windows color (decimal): -15834725 or 10182926. OLE color: 10182926.

HSL color Cylindrical-coordinate representation of color #0E619B: hue angle of 204.68º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E619B is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 97 155 -
CMYK 0.91 0.37 0 0.39
HSL 204.68º 0.83% 0.33% -
HSV(B) 204.68º 0.91% 0.61% -
XYZ 10.37 11.01 32.59 -
YUV 78.8 171 81.78 -
System Red Green Blue C M Y K H S L
Decimal 14 97 155 0.91 0.37 0 0.39 204.68 0.83 0.33
Hex E 61 9B 5B 25 0 27 CD 53 21
Octal 16 141 233 133 45 0 47 315 123 41
Binary 1110 1100001 10011011 1011011 100101 0 100111 11001101 1010011 100001

Color Harmonies of #0E619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E619B

Black with #0E619B

Text Example


Text Example

White with #0E619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,97,155); }

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

background-color css

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

 a { background-color: rgb(14,97,155); }

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

border-color css

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

 span { border-color: rgb(14,97,155); }

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