#075EBA

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

Shades of Denim #075EBA

Tints of Denim #075EBA

Color information

#075EBA (or 0x075EBA) is unknown color: approx Denim. HEX triplet: 07, 5E and BA. RGB value is (7,94,186). Sum of RGB (Red+Green+Blue) = 7+94+186=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #075EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075EBA is #F8A145. Grayscale: #4E4E4E. Windows color (decimal): -16294214 or 12213767. OLE color: 12213767.

HSL color Cylindrical-coordinate representation of color #075EBA: hue angle of 210.84º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075EBA is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB794186-
CMYK0.960.4900.27
HSL210.84º92.75%37.84%-
HSV(B)210.84º96.24%72.94%-
XYZ12.9511.648.01-
YUV78.47188.6877.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.44%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 186 (73.05% from 255) = 64.81%
R=2.44%
G=32.75%
B=64.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7941860.960.4900.27210.8492.7537.84
Hex75EBA603101Bd35d26
Octal71362721406103332313546
Binary1111011110101110101100000110001011011110100111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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