#0D5CAE

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

Shades of Denim #0D5CAE

Tints of Denim #0D5CAE

Color information

#0D5CAE (or 0x0D5CAE) is unknown color: approx Denim. HEX triplet: 0D, 5C and AE. RGB value is (13,92,174). Sum of RGB (Red+Green+Blue) = 13+92+174=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D5CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5CAE is #F2A351. Grayscale: #4D4D4D. Windows color (decimal): -15901522 or 11426829. OLE color: 11426829.

HSL color Cylindrical-coordinate representation of color #0D5CAE: hue angle of 210.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D5CAE is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1392174-
CMYK0.930.4700.32
HSL210.56º86.1%36.67%-
HSV(B)210.56º92.53%68.24%-
XYZ11.6310.841.52-
YUV77.73182.3381.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.66%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 174 (68.36% from 255) = 62.37%
R=4.66%
G=32.97%
B=62.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13921740.930.4700.32210.5686.136.67
HexD5CAE5D2F020d35625
Octal151342561355704032312645
Binary110110111001010111010111011011110100000110100111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,92,174); }

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

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

 a { background-color: rgb(13,92,174); }

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

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

 span { border-color: rgb(13,92,174); }

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