#075276

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

Shades of Dark Cerulean #075276

Tints of Dark Cerulean #075276

Color information

#075276 (or 0x075276) is unknown color: approx Dark Cerulean. HEX triplet: 07, 52 and 76. RGB value is (7,82,118). Sum of RGB (Red+Green+Blue) = 7+82+118=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #075276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075276 is #F8AD89. Grayscale: #3F3F3F. Windows color (decimal): -16297354 or 7754247. OLE color: 7754247.

HSL color Cylindrical-coordinate representation of color #075276: hue angle of 199.46º 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 #075276 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB782118-
CMYK0.940.3100.54
HSL199.46º88.8%24.51%-
HSV(B)199.46º94.07%46.27%-
XYZ6.377.3918.23-
YUV63.68158.6587.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 118 (46.48% from 255) = 57.00%
R=3.38%
G=39.61%
B=57.00%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7821180.940.3100.54199.4688.824.51
Hex752765E1F036c75919
Octal71221661363706630713131
Binary11110100101110110101111011111011011011000111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075276; }

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

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

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

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

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

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

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

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