#0E58CC

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

Shades of Denim #0E58CC

Tints of Denim #0E58CC

Color information

#0E58CC (or 0x0E58CC) is unknown color: approx Denim. HEX triplet: 0E, 58 and CC. RGB value is (14,88,204). Sum of RGB (Red+Green+Blue) = 14+88+204=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #0E58CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E58CC is #F1A733. Grayscale: #4E4E4E. Windows color (decimal): -15836980 or 13391886. OLE color: 13391886.

HSL color Cylindrical-coordinate representation of color #0E58CC: hue angle of 216.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E58CC is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1488204-
CMYK0.930.5700.2
HSL216.63º87.16%42.75%-
HSV(B)216.63º93.14%80%-
XYZ14.5711.4358.57-
YUV79.1198.4881.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.58%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 204 (80.08% from 255) = 66.67%
R=4.58%
G=28.76%
B=66.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14882040.930.5700.2216.6387.1642.75
HexE58CC5D39014d9572b
Octal161303141357102433112753
Binary11101011000110011001011101111001010100110110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E58CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,88,204); }

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

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

 a { background-color: rgb(14,88,204); }

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

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

 span { border-color: rgb(14,88,204); }

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