Html Css Color HEX #0E6BBB Denim

📋 copy color: '#0E6BBB'

red 14 ◦ green 107 ◦ blue 187

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

Shades of Denim #0E6BBB

Tints of Denim #0E6BBB

RGB

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

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

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

R = 4.55%
G = 34.74%
B = 60.71%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E6BBB (or 0x0E6BBB) is known color: Denim. HEX triplet: 0E, 6B and BB. RGB value is (14,107,187). Sum of RGB (Red+Green+Blue) = 14+107+187=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E6BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6BBB is #F19444. Grayscale: #575757. Windows color (decimal): -15832133 or 12282638. OLE color: 12282638.

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

Color convert

RGB 14 107 187 -
CMYK 0.93 0.43 0 0.27
HSL 207.75º 0.86% 0.39% -
HSV(B) 207.75º 0.93% 0.73% -
XYZ 14.41 14.2 48.99 -
YUV 88.31 183.69 75 -
System Red Green Blue C M Y K H S L
Decimal 14 107 187 0.93 0.43 0 0.27 207.75 0.86 0.39
Hex E 6B BB 5D 2B 0 1B D0 56 27
Octal 16 153 273 135 53 0 33 320 126 47
Binary 1110 1101011 10111011 1011101 101011 0 11011 11010000 1010110 100111

Color Harmonies of #0E6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6BBB

Black with #0E6BBB

Text Example


Text Example

White with #0E6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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