Html Css Color HEX #0E6FBC Denim

📋 copy color: '#0E6FBC'

red 14 ◦ green 111 ◦ blue 188

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

Shades of Denim #0E6FBC

Tints of Denim #0E6FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 4.47%
G = 35.46%
B = 60.06%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E6FBC (or 0x0E6FBC) is known color: Denim. HEX triplet: 0E, 6F and BC. RGB value is (14,111,188). Sum of RGB (Red+Green+Blue) = 14+111+188=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E6FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6FBC is #F19043. Grayscale: #5A5A5A. Windows color (decimal): -15831108 or 12349198. OLE color: 12349198.

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

Color convert

RGB 14 111 188 -
CMYK 0.93 0.41 0 0.26
HSL 206.55º 0.86% 0.4% -
HSV(B) 206.55º 0.93% 0.74% -
XYZ 14.94 15.09 49.7 -
YUV 90.78 182.86 73.24 -
System Red Green Blue C M Y K H S L
Decimal 14 111 188 0.93 0.41 0 0.26 206.55 0.86 0.4
Hex E 6F BC 5D 29 0 1A CF 56 28
Octal 16 157 274 135 51 0 32 317 126 50
Binary 1110 1101111 10111100 1011101 101001 0 11010 11001111 1010110 101000

Color Harmonies of #0E6FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6FBC

Black with #0E6FBC

Text Example


Text Example

White with #0E6FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,111,188); }

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

background-color css

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

 a { background-color: rgb(14,111,188); }

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

border-color css

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

 span { border-color: rgb(14,111,188); }

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