#075284

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

Shades of Dark Cerulean #075284

Tints of Dark Cerulean #075284

Color information

#075284 (or 0x075284) is unknown color: approx Dark Cerulean. HEX triplet: 07, 52 and 84. RGB value is (7,82,132). Sum of RGB (Red+Green+Blue) = 7+82+132=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #075284 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075284 is #F8AD7B. Grayscale: #414141. Windows color (decimal): -16297340 or 8671751. OLE color: 8671751.

HSL color Cylindrical-coordinate representation of color #075284: hue angle of 204º 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 #075284 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB782132-
CMYK0.950.3800.48
HSL204º89.93%27.25%-
HSV(B)204º94.7%51.76%-
XYZ7.277.7522.94-
YUV65.28165.6586.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.17%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 132 (51.95% from 255) = 59.73%
R=3.17%
G=37.10%
B=59.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7821320.950.3800.4820489.9327.25
Hex752845F26030cc5a1b
Octal71222041374606031413233
Binary1111010010100001001011111100110011000011001100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075284; }

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

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

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

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

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

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

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

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