#075290

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

Shades of Dark Cerulean #075290

Tints of Dark Cerulean #075290

Color information

#075290 (or 0x075290) is unknown color: approx Dark Cerulean. HEX triplet: 07, 52 and 90. RGB value is (7,82,144). Sum of RGB (Red+Green+Blue) = 7+82+144=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #075290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075290 is #F8AD6F. Grayscale: #424242. Windows color (decimal): -16297328 or 9458183. OLE color: 9458183.

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

Color convert

RGB782144-
CMYK0.950.4300.44
HSL207.15º90.73%29.61%-
HSV(B)207.15º95.14%56.47%-
XYZ8.148.0927.52-
YUV66.64171.6585.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.00%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 144 (56.64% from 255) = 61.80%
R=3.00%
G=35.19%
B=61.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7821440.950.4300.44207.1590.7329.61
Hex752905F2B02Ccf5b1e
Octal71222201375305431713336
Binary1111010010100100001011111101011010110011001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075290; }

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

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

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

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

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

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

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

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