#0751C0

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

Shades of Denim #0751C0

Tints of Denim #0751C0

Color information

#0751C0 (or 0x0751C0) is unknown color: approx Denim. HEX triplet: 07, 51 and C0. RGB value is (7,81,192). Sum of RGB (Red+Green+Blue) = 7+81+192=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #0751C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0751C0 is #F8AE3F. Grayscale: #474747. Windows color (decimal): -16297536 or 12603655. OLE color: 12603655.

HSL color Cylindrical-coordinate representation of color #0751C0: hue angle of 216º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0751C0 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB781192-
CMYK0.960.5800.25
HSL216º92.96%39.02%-
HSV(B)216º96.35%75.29%-
XYZ12.549.7451.09-
YUV71.53195.9881.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.5%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 192 (75.39% from 255) = 68.57%
R=2.5%
G=28.93%
B=68.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7811920.960.5800.2521692.9639.02
Hex751C0603A019d85d27
Octal71213001407203133013547
Binary1111010001110000001100000111010011001110110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0751C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0751C0; }

 p { color: rgb(7,81,192); }

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

<style>
 a { background-color: #0751C0; }

 a { background-color: rgb(7,81,192); }

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

<style>
 span { border-color: #0751C0; }

 span { border-color: rgb(7,81,192); }

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