Html Css Color HEX #0E6BC0 Denim

📋 copy color: '#0E6BC0'

red 14 ◦ green 107 ◦ blue 192

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

Shades of Denim #0E6BC0

Tints of Denim #0E6BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

 BLUE value IS 192 (75.39% from 255) = 61.34%

R = 4.47%
G = 34.19%
B = 61.34%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E6BC0 (or 0x0E6BC0) is known color: Denim. HEX triplet: 0E, 6B and C0. RGB value is (14,107,192). Sum of RGB (Red+Green+Blue) = 14+107+192=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #0E6BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6BC0 is #F1943F. Grayscale: #585858. Windows color (decimal): -15832128 or 12610318. OLE color: 12610318.

HSL color Cylindrical-coordinate representation of color #0E6BC0: hue angle of 208.65º 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 #0E6BC0 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 107 192 -
CMYK 0.93 0.44 0 0.25
HSL 208.65º 0.86% 0.4% -
HSV(B) 208.65º 0.93% 0.75% -
XYZ 14.95 14.41 51.86 -
YUV 88.88 186.19 74.59 -
System Red Green Blue C M Y K H S L
Decimal 14 107 192 0.93 0.44 0 0.25 208.65 0.86 0.4
Hex E 6B C0 5D 2C 0 19 D1 56 28
Octal 16 153 300 135 54 0 31 321 126 50
Binary 1110 1101011 11000000 1011101 101100 0 11001 11010001 1010110 101000

Color Harmonies of #0E6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6BC0

Black with #0E6BC0

Text Example


Text Example

White with #0E6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,107,192); }

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

background-color css

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

 a { background-color: rgb(14,107,192); }

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

border-color css

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

 span { border-color: rgb(14,107,192); }

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