#0D5ACA

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

Shades of Denim #0D5ACA

Tints of Denim #0D5ACA

Color information

#0D5ACA (or 0x0D5ACA) is unknown color: approx Denim. HEX triplet: 0D, 5A and CA. RGB value is (13,90,202). Sum of RGB (Red+Green+Blue) = 13+90+202=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D5ACA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5ACA is #F2A535. Grayscale: #4F4F4F. Windows color (decimal): -15902006 or 13261325. OLE color: 13261325.

HSL color Cylindrical-coordinate representation of color #0D5ACA: hue angle of 215.56º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5ACA is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1390202-
CMYK0.940.5500.21
HSL215.56º87.91%42.16%-
HSV(B)215.56º93.56%79.22%-
XYZ14.4811.6657.36-
YUV79.74196.9980.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.26%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 202 (79.30% from 255) = 66.23%
R=4.26%
G=29.51%
B=66.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13902020.940.5500.21215.5687.9142.16
HexD5ACA5E37015d8582a
Octal151323121366702533013052
Binary11011011010110010101011110110111010101110110001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,90,202); }

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

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

 a { background-color: rgb(13,90,202); }

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

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

 span { border-color: rgb(13,90,202); }

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