#075076

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

Shades of Dark Cerulean #075076

Tints of Dark Cerulean #075076

Color information

#075076 (or 0x075076) is unknown color: approx Dark Cerulean. HEX triplet: 07, 50 and 76. RGB value is (7,80,118). Sum of RGB (Red+Green+Blue) = 7+80+118=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #075076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075076 is #F8AF89. Grayscale: #3E3E3E. Windows color (decimal): -16297866 or 7753735. OLE color: 7753735.

HSL color Cylindrical-coordinate representation of color #075076: hue angle of 200.54º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075076 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB780118-
CMYK0.940.3200.54
HSL200.54º88.8%24.51%-
HSV(B)200.54º94.07%46.27%-
XYZ6.237.0918.18-
YUV62.5159.3288.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.41%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=3.41%
G=39.02%
B=57.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7801180.940.3200.54200.5488.824.51
Hex750765E20036c95919
Octal71201661364006631113131
Binary111101000011101101011110100000011011011001001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075076; }

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

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

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

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

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

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

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

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