#0e61b9

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

Shades of Denim #0E61B9

Tints of Denim #0E61B9

Color information

#0E61B9 (or 0x0E61B9) is unknown color: approx Denim. HEX triplet: 0E, 61 and B9. RGB value is (14,97,185). Sum of RGB (Red+Green+Blue) = 14+97+185=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #0E61B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E61B9 is #F19E46. Grayscale: #515151. Windows color (decimal): -15834695 or 12149006. OLE color: 12149006.

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

Color convert

RGB1497185-
CMYK0.920.4800.27
HSL210.88º85.93%39.02%-
HSV(B)210.88º92.43%72.55%-
XYZ13.2112.1547.55-
YUV82.2218679.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.73%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 185 (72.66% from 255) = 62.5%
R=4.73%
G=32.77%
B=62.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14971850.920.4800.27210.8885.9339.02
HexE61B95C3001Bd35627
Octal161412711346003332312647
Binary11101100001101110011011100110000011011110100111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e61b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,97,185); }

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

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

 a { background-color: rgb(14,97,185); }

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

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

 span { border-color: rgb(14,97,185); }

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