Html Css Color HEX #0E6DBE Denim

📋 copy color: '#0E6DBE'

red 14 ◦ green 109 ◦ blue 190

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

Shades of Denim #0E6DBE

Tints of Denim #0E6DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 190 (74.61% from 255) = 60.7%

R = 4.47%
G = 34.82%
B = 60.7%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E6DBE (or 0x0E6DBE) is known color: Denim. HEX triplet: 0E, 6D and BE. RGB value is (14,109,190). Sum of RGB (Red+Green+Blue) = 14+109+190=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E6DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6DBE is #F19241. Grayscale: #595959. Windows color (decimal): -15831618 or 12479758. OLE color: 12479758.

HSL color Cylindrical-coordinate representation of color #0E6DBE: hue angle of 207.61º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6DBE is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 109 190 -
CMYK 0.93 0.43 0 0.25
HSL 207.61º 0.86% 0.4% -
HSV(B) 207.61º 0.93% 0.75% -
XYZ 14.94 14.75 50.77 -
YUV 89.83 184.53 73.91 -
System Red Green Blue C M Y K H S L
Decimal 14 109 190 0.93 0.43 0 0.25 207.61 0.86 0.4
Hex E 6D BE 5D 2B 0 19 D0 56 28
Octal 16 155 276 135 53 0 31 320 126 50
Binary 1110 1101101 10111110 1011101 101011 0 11001 11010000 1010110 101000

Color Harmonies of #0E6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6DBE

Black with #0E6DBE

Text Example


Text Example

White with #0E6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,109,190); }

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

background-color css

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

 a { background-color: rgb(14,109,190); }

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

border-color css

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

 span { border-color: rgb(14,109,190); }

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