#0752C5

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

Shades of Denim #0752C5

Tints of Denim #0752C5

Color information

#0752C5 (or 0x0752C5) is unknown color: approx Denim. HEX triplet: 07, 52 and C5. RGB value is (7,82,197). Sum of RGB (Red+Green+Blue) = 7+82+197=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 197 (77.34% from 255 or 68.88% from 286); Max value from RGB is 197 - color contains mainly: blue. Hex color #0752C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0752C5 is #F8AD3A. Grayscale: #484848. Windows color (decimal): -16297275 or 12931591. OLE color: 12931591.

HSL color Cylindrical-coordinate representation of color #0752C5: hue angle of 216.32º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0752C5 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB782197-
CMYK0.960.5800.23
HSL216.32º93.14%40%-
HSV(B)216.32º96.45%77.25%-
XYZ13.1810.1154.08-
YUV72.68198.1581.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.45%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 197 (77.34% from 255) = 68.88%
R=2.45%
G=28.67%
B=68.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal7821970.960.5800.23216.3293.1440
Hex752C5603A017d85d28
Octal71223051407202733013550
Binary1111010010110001011100000111010010111110110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0752C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0752C5; }

 p { color: rgb(7,82,197); }

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

<style>
 a { background-color: #0752C5; }

 a { background-color: rgb(7,82,197); }

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

<style>
 span { border-color: #0752C5; }

 span { border-color: rgb(7,82,197); }

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