Html Css Color HEX #0E6CBB Denim

📋 copy color: '#0E6CBB'

red 14 ◦ green 108 ◦ blue 187

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

Shades of Denim #0E6CBB

Tints of Denim #0E6CBB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

 BLUE value IS 187 (73.44% from 255) = 60.52%

R = 4.53%
G = 34.95%
B = 60.52%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E6CBB (or 0x0E6CBB) is known color: Denim. HEX triplet: 0E, 6C and BB. RGB value is (14,108,187). Sum of RGB (Red+Green+Blue) = 14+108+187=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E6CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6CBB is #F19344. Grayscale: #585858. Windows color (decimal): -15831877 or 12282894. OLE color: 12282894.

HSL color Cylindrical-coordinate representation of color #0E6CBB: hue angle of 207.4º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6CBB is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 108 187 -
CMYK 0.93 0.42 0 0.27
HSL 207.4º 0.86% 0.39% -
HSV(B) 207.4º 0.93% 0.73% -
XYZ 14.51 14.41 49.03 -
YUV 88.9 183.36 74.58 -
System Red Green Blue C M Y K H S L
Decimal 14 108 187 0.93 0.42 0 0.27 207.4 0.86 0.39
Hex E 6C BB 5D 2A 0 1B CF 56 27
Octal 16 154 273 135 52 0 33 317 126 47
Binary 1110 1101100 10111011 1011101 101010 0 11011 11001111 1010110 100111

Color Harmonies of #0E6CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6CBB

Black with #0E6CBB

Text Example


Text Example

White with #0E6CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,108,187); }

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

background-color css

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

 a { background-color: rgb(14,108,187); }

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

border-color css

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

 span { border-color: rgb(14,108,187); }

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