#075084

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

Shades of Dark Cerulean #075084

Tints of Dark Cerulean #075084

Color information

#075084 (or 0x075084) is unknown color: approx Dark Cerulean. HEX triplet: 07, 50 and 84. RGB value is (7,80,132). Sum of RGB (Red+Green+Blue) = 7+80+132=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #075084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075084 is #F8AF7B. Grayscale: #3F3F3F. Windows color (decimal): -16297852 or 8671239. OLE color: 8671239.

HSL color Cylindrical-coordinate representation of color #075084: hue angle of 204.96º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075084 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB780132-
CMYK0.950.3900.48
HSL204.96º89.93%27.25%-
HSV(B)204.96º94.7%51.76%-
XYZ7.127.4522.89-
YUV64.1166.3287.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.20%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 132 (51.95% from 255) = 60.27%
R=3.20%
G=36.53%
B=60.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7801320.950.3900.48204.9689.9327.25
Hex750845F27030cd5a1b
Octal71202041374706031513233
Binary1111010000100001001011111100111011000011001101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075084; }

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

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

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

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

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

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

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

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