#077899

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

Shades of Cerulean #077899

Tints of Cerulean #077899

Color information

#077899 (or 0x077899) is unknown color: approx Cerulean. HEX triplet: 07, 78 and 99. RGB value is (7,120,153). Sum of RGB (Red+Green+Blue) = 7+120+153=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #077899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077899 is #F88766. Grayscale: #595959. Windows color (decimal): -16287591 or 10057735. OLE color: 10057735.

HSL color Cylindrical-coordinate representation of color #077899: hue angle of 193.56º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077899 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7120153-
CMYK0.950.2200.4
HSL193.56º91.25%31.37%-
HSV(B)193.56º95.42%60%-
XYZ12.5515.7832.52-
YUV89.98163.5668.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.5%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=2.5%
G=42.86%
B=54.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71201530.950.2200.4193.5691.2531.37
Hex778995F16028c25b1f
Octal71702311372605030213337
Binary111111100010011001101111110110010100011000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077899; }

 p { color: rgb(7,120,153); }

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

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

 a { background-color: rgb(7,120,153); }

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

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

 span { border-color: rgb(7,120,153); }

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