#075EC1

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

Shades of Denim #075EC1

Tints of Denim #075EC1

Color information

#075EC1 (or 0x075EC1) is unknown color: approx Denim. HEX triplet: 07, 5E and C1. RGB value is (7,94,193). Sum of RGB (Red+Green+Blue) = 7+94+193=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 193 (75.78% from 255 or 65.65% from 294); Max value from RGB is 193 - color contains mainly: blue. Hex color #075EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075EC1 is #F8A13E. Grayscale: #4E4E4E. Windows color (decimal): -16294207 or 12672519. OLE color: 12672519.

HSL color Cylindrical-coordinate representation of color #075EC1: hue angle of 211.94º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075EC1 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB794193-
CMYK0.960.5100.24
HSL211.94º93%39.22%-
HSV(B)211.94º96.37%75.69%-
XYZ13.7211.952.03-
YUV79.27192.1876.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.38%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 193 (75.78% from 255) = 65.65%
R=2.38%
G=31.97%
B=65.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7941930.960.5100.24211.949339.22
Hex75EC16033018d45d27
Octal71363011406303032413547
Binary1111011110110000011100000110011011000110101001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075EC1; }

 p { color: rgb(7,94,193); }

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

<style>
 a { background-color: #075EC1; }

 a { background-color: rgb(7,94,193); }

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

<style>
 span { border-color: #075EC1; }

 span { border-color: rgb(7,94,193); }

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