#0E65AC

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

Shades of Denim #0E65AC

Tints of Denim #0E65AC

Color information

#0E65AC (or 0x0E65AC) is unknown color: approx Denim. HEX triplet: 0E, 65 and AC. RGB value is (14,101,172). Sum of RGB (Red+Green+Blue) = 14+101+172=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E65AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E65AC is #F19A53. Grayscale: #525252. Windows color (decimal): -15833684 or 11298062. OLE color: 11298062.

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

Color convert

RGB14101172-
CMYK0.920.4100.33
HSL206.96º84.95%36.47%-
HSV(B)206.96º91.86%67.45%-
XYZ12.2812.3840.77-
YUV83.08178.1878.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.88%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 172 (67.58% from 255) = 59.93%
R=4.88%
G=35.19%
B=59.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141011720.920.4100.33206.9684.9536.47
HexE65AC5C29021cf5524
Octal161452541345104131712544
Binary111011001011010110010111001010010100001110011111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,101,172); }

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

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

 a { background-color: rgb(14,101,172); }

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

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

 span { border-color: rgb(14,101,172); }

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