#0750C0

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

Shades of Denim #0750C0

Tints of Denim #0750C0

Color information

#0750C0 (or 0x0750C0) is unknown color: approx Denim. HEX triplet: 07, 50 and C0. RGB value is (7,80,192). Sum of RGB (Red+Green+Blue) = 7+80+192=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #0750C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0750C0 is #F8AF3F. Grayscale: #464646. Windows color (decimal): -16297792 or 12603399. OLE color: 12603399.

HSL color Cylindrical-coordinate representation of color #0750C0: hue angle of 216.32º 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 #0750C0 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB780192-
CMYK0.960.5800.25
HSL216.32º92.96%39.02%-
HSV(B)216.32º96.35%75.29%-
XYZ12.479.5951.06-
YUV70.94196.3282.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.51%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 192 (75.39% from 255) = 68.82%
R=2.51%
G=28.67%
B=68.82%

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
Decimal7801920.960.5800.25216.3292.9639.02
Hex750C0603A019d85d27
Octal71203001407203133013547
Binary1111010000110000001100000111010011001110110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0750C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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