#0E6FBB

Color #0E6FBB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0E6FBB

Tints of Denim #0E6FBB

Color information

#0E6FBB (or 0x0E6FBB) is unknown color: approx Denim. HEX triplet: 0E, 6F and BB. RGB value is (14,111,187). Sum of RGB (Red+Green+Blue) = 14+111+187=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E6FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E6FBB is #F19044. Grayscale: #5A5A5A. Windows color (decimal): -15831109 or 12283662. OLE color: 12283662.

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

Color convert

RGB14111187-
CMYK0.930.4100.27
HSL206.36º86.07%39.41%-
HSV(B)206.36º92.51%73.33%-
XYZ14.8415.0549.14-
YUV90.66182.3673.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.49%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 187 (73.44% from 255) = 59.94%
R=4.49%
G=35.58%
B=59.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141111870.930.4100.27206.3686.0739.41
HexE6FBB5D2901Bce5627
Octal161572731355103331612647
Binary11101101111101110111011101101001011011110011101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E6FBB;
 }
 .AnyTagClassName
 {
   color: #0E6FBB;
 }
</style>
background-color css

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

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

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

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

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

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