#0E65B8

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

Shades of Denim #0E65B8

Tints of Denim #0E65B8

Color information

#0E65B8 (or 0x0E65B8) is unknown color: approx Denim. HEX triplet: 0E, 65 and B8. RGB value is (14,101,184). Sum of RGB (Red+Green+Blue) = 14+101+184=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 184 (72.27% from 255 or 61.54% from 299); Max value from RGB is 184 - color contains mainly: blue. Hex color #0E65B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E65B8 is #F19A47. Grayscale: #545454. Windows color (decimal): -15833672 or 12084494. OLE color: 12084494.

HSL color Cylindrical-coordinate representation of color #0E65B8: hue angle of 209.29º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E65B8 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14101184-
CMYK0.920.4500.28
HSL209.29º85.86%38.82%-
HSV(B)209.29º92.39%72.16%-
XYZ13.4912.8647.12-
YUV84.45184.1877.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.68%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 184 (72.27% from 255) = 61.54%
R=4.68%
G=33.78%
B=61.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141011840.920.4500.28209.2985.8638.82
HexE65B85C2D01Cd15627
Octal161452701345503432112647
Binary11101100101101110001011100101101011100110100011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E65B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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