Html Css Color HEX #0E6DBB Denim

📋 copy color: '#0E6DBB'

red 14 ◦ green 109 ◦ blue 187

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

Shades of Denim #0E6DBB

Tints of Denim #0E6DBB

RGB

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

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

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

R = 4.52%
G = 35.16%
B = 60.32%

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

#0E6DBB (or 0x0E6DBB) is known color: Denim. HEX triplet: 0E, 6D and BB. RGB value is (14,109,187). Sum of RGB (Red+Green+Blue) = 14+109+187=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E6DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6DBB is #F19244. Grayscale: #595959. Windows color (decimal): -15831621 or 12283150. OLE color: 12283150.

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

Color convert

RGB 14 109 187 -
CMYK 0.93 0.42 0 0.27
HSL 207.05º 0.86% 0.39% -
HSV(B) 207.05º 0.93% 0.73% -
XYZ 14.62 14.62 49.06 -
YUV 89.49 183.03 74.16 -
System Red Green Blue C M Y K H S L
Decimal 14 109 187 0.93 0.42 0 0.27 207.05 0.86 0.39
Hex E 6D BB 5D 2A 0 1B CF 56 27
Octal 16 155 273 135 52 0 33 317 126 47
Binary 1110 1101101 10111011 1011101 101010 0 11011 11001111 1010110 100111

Color Harmonies of #0E6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6DBB

Black with #0E6DBB

Text Example


Text Example

White with #0E6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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