#075071

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

Shades of Dark Cerulean #075071

Tints of Dark Cerulean #075071

Color information

#075071 (or 0x075071) is unknown color: approx Dark Cerulean. HEX triplet: 07, 50 and 71. RGB value is (7,80,113). Sum of RGB (Red+Green+Blue) = 7+80+113=200 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #075071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075071 is #F8AF8E. Grayscale: #3D3D3D. Windows color (decimal): -16297871 or 7426055. OLE color: 7426055.

HSL color Cylindrical-coordinate representation of color #075071: hue angle of 198.68º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075071 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB780113-
CMYK0.940.2900.56
HSL198.68º88.33%23.53%-
HSV(B)198.68º93.81%44.31%-
XYZ5.946.9716.66-
YUV61.93156.8288.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 56.5%
R=3.5%
G=40%
B=56.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7801130.940.2900.56198.6888.3323.53
Hex750715E1D038c75818
Octal71201611363507030713030
Binary11110100001110001101111011101011100011000111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075071; }

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

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

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

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

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

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

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

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