#0E5CAB

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

Shades of Denim #0E5CAB

Tints of Denim #0E5CAB

Color information

#0E5CAB (or 0x0E5CAB) is unknown color: approx Denim. HEX triplet: 0E, 5C and AB. RGB value is (14,92,171). Sum of RGB (Red+Green+Blue) = 14+92+171=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E5CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5CAB is #F1A354. Grayscale: #4D4D4D. Windows color (decimal): -15835989 or 11230222. OLE color: 11230222.

HSL color Cylindrical-coordinate representation of color #0E5CAB: hue angle of 210.19º 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 #0E5CAB is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1492171-
CMYK0.920.4600.33
HSL210.19º84.86%36.27%-
HSV(B)210.19º91.81%67.06%-
XYZ11.3610.6939.99-
YUV77.68180.6682.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 171 (67.19% from 255) = 61.73%
R=5.05%
G=33.21%
B=61.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14921710.920.4600.33210.1984.8636.27
HexE5CAB5C2E021d25524
Octal161342531345604132212544
Binary111010111001010101110111001011100100001110100101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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