#075291

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

Shades of Dark Cerulean #075291

Tints of Dark Cerulean #075291

Color information

#075291 (or 0x075291) is unknown color: approx Dark Cerulean. HEX triplet: 07, 52 and 91. RGB value is (7,82,145). Sum of RGB (Red+Green+Blue) = 7+82+145=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #075291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075291 is #F8AD6E. Grayscale: #424242. Windows color (decimal): -16297327 or 9523719. OLE color: 9523719.

HSL color Cylindrical-coordinate representation of color #075291: hue angle of 207.39º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075291 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB782145-
CMYK0.950.4300.43
HSL207.39º90.79%29.8%-
HSV(B)207.39º95.17%56.86%-
XYZ8.228.1227.92-
YUV66.76172.1585.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.99%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 145 (57.03% from 255) = 61.97%
R=2.99%
G=35.04%
B=61.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7821450.950.4300.43207.3990.7929.8
Hex752915F2B02Bcf5b1e
Octal71222211375305331713336
Binary1111010010100100011011111101011010101111001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075291; }

 p { color: rgb(7,82,145); }

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

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

 a { background-color: rgb(7,82,145); }

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

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

 span { border-color: rgb(7,82,145); }

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