#0E68AB

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

Shades of Denim #0E68AB

Tints of Denim #0E68AB

Color information

#0E68AB (or 0x0E68AB) is unknown color: approx Denim. HEX triplet: 0E, 68 and AB. RGB value is (14,104,171). Sum of RGB (Red+Green+Blue) = 14+104+171=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E68AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E68AB is #F19754. Grayscale: #545454. Windows color (decimal): -15832917 or 11233294. OLE color: 11233294.

HSL color Cylindrical-coordinate representation of color #0E68AB: hue angle of 205.61º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E68AB is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14104171-
CMYK0.920.3900.33
HSL205.61º84.86%36.27%-
HSV(B)205.61º91.81%67.06%-
XYZ12.4812.9340.37-
YUV84.73176.6877.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=4.84%
G=35.99%
B=59.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141041710.920.3900.33205.6184.8636.27
HexE68AB5C27021ce5524
Octal161502531344704131612544
Binary111011010001010101110111001001110100001110011101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,104,171); }

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

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

 a { background-color: rgb(14,104,171); }

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

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

 span { border-color: rgb(14,104,171); }

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