#0D53CF

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

Shades of Denim #0D53CF

Tints of Denim #0D53CF

Color information

#0D53CF (or 0x0D53CF) is unknown color: approx Denim. HEX triplet: 0D, 53 and CF. RGB value is (13,83,207). Sum of RGB (Red+Green+Blue) = 13+83+207=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D53CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D53CF is #F2AC30. Grayscale: #4B4B4B. Windows color (decimal): -15903793 or 13587213. OLE color: 13587213.

HSL color Cylindrical-coordinate representation of color #0D53CF: hue angle of 218.35º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D53CF is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1383207-
CMYK0.940.6000.19
HSL218.35º88.18%43.14%-
HSV(B)218.35º93.72%81.18%-
XYZ14.5210.7860.35-
YUV76.21201.8182.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.29%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 207 (81.25% from 255) = 68.32%
R=4.29%
G=27.39%
B=68.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal13832070.940.6000.19218.3588.1843.14
HexD53CF5E3C013da582b
Octal151233171367402333213053
Binary11011010011110011111011110111100010011110110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D53CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,83,207); }

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

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

 a { background-color: rgb(13,83,207); }

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

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

 span { border-color: rgb(13,83,207); }

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