Html Css Color HEX #0E6295 Endeavour

📋 copy color: '#0E6295'

red 14 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #0E6295

Tints of Endeavour #0E6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

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

R = 5.36%
G = 37.55%
B = 57.09%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E6295 (or 0x0E6295) is known color: Endeavour. HEX triplet: 0E, 62 and 95. RGB value is (14,98,149). Sum of RGB (Red+Green+Blue) = 14+98+149=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E6295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6295 is #F19D6A. Grayscale: #4E4E4E. Windows color (decimal): -15834475 or 9789966. OLE color: 9789966.

HSL color Cylindrical-coordinate representation of color #0E6295: hue angle of 202.67º 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 #0E6295 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 98 149 -
CMYK 0.91 0.34 0 0.42
HSL 202.67º 0.83% 0.32% -
HSV(B) 202.67º 0.91% 0.58% -
XYZ 9.97 11 30.03 -
YUV 78.7 167.67 81.85 -
System Red Green Blue C M Y K H S L
Decimal 14 98 149 0.91 0.34 0 0.42 202.67 0.83 0.32
Hex E 62 95 5B 22 0 2A CB 53 20
Octal 16 142 225 133 42 0 52 313 123 40
Binary 1110 1100010 10010101 1011011 100010 0 101010 11001011 1010011 100000

Color Harmonies of #0E6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6295

Black with #0E6295

Text Example


Text Example

White with #0E6295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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