#0F53CD

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

Shades of Denim #0F53CD

Tints of Denim #0F53CD

Color information

#0F53CD (or 0x0F53CD) is unknown color: approx Denim. HEX triplet: 0F, 53 and CD. RGB value is (15,83,205). Sum of RGB (Red+Green+Blue) = 15+83+205=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F53CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F53CD is #F0AC32. Grayscale: #4C4C4C. Windows color (decimal): -15772723 or 13456143. OLE color: 13456143.

HSL color Cylindrical-coordinate representation of color #0F53CD: hue angle of 218.53º degrees, saturation: 0.86, 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 #0F53CD is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1583205-
CMYK0.930.6000.20
HSL218.53º86.36%43.14%-
HSV(B)218.53º92.68%80.39%-
XYZ14.3110.759.07-
YUV76.58200.4784.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.95%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 205 (80.47% from 255) = 67.66%
R=4.95%
G=27.39%
B=67.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15832050.930.6000.20218.5386.3643.14
HexF53CD5D3C014db562b
Octal171233151357402433312653
Binary11111010011110011011011101111100010100110110111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F53CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,83,205); }

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

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

 a { background-color: rgb(15,83,205); }

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

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

 span { border-color: rgb(15,83,205); }

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