#075080

Color #075080 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #075080

Tints of Dark Cerulean #075080

Color information

#075080 (or 0x075080) is unknown color: approx Dark Cerulean. HEX triplet: 07, 50 and 80. RGB value is (7,80,128). Sum of RGB (Red+Green+Blue) = 7+80+128=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #075080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075080 is #F8AF7F. Grayscale: #3F3F3F. Windows color (decimal): -16297856 or 8409095. OLE color: 8409095.

HSL color Cylindrical-coordinate representation of color #075080: hue angle of 203.8º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075080 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB780128-
CMYK0.950.3800.50
HSL203.8º89.63%26.47%-
HSV(B)203.8º94.53%50.2%-
XYZ6.857.3421.48-
YUV63.64164.3287.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.26%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 128 (50.39% from 255) = 59.53%
R=3.26%
G=37.21%
B=59.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7801280.950.3800.50203.889.6326.47
Hex750805F26032cc5a1a
Octal71202001374606231413232
Binary1111010000100000001011111100110011001011001100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075080; }

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

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

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

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

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

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

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

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