#077A9E

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

Shades of Cerulean #077A9E

Tints of Cerulean #077A9E

Color information

#077A9E (or 0x077A9E) is unknown color: approx Cerulean. HEX triplet: 07, 7A and 9E. RGB value is (7,122,158). Sum of RGB (Red+Green+Blue) = 7+122+158=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #077A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077A9E is #F88561. Grayscale: #5B5B5B. Windows color (decimal): -16287074 or 10385927. OLE color: 10385927.

HSL color Cylindrical-coordinate representation of color #077A9E: hue angle of 194.3º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077A9E is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7122158-
CMYK0.960.2300.38
HSL194.3º91.52%32.35%-
HSV(B)194.3º95.57%61.96%-
XYZ13.2216.4334.82-
YUV91.72165.467.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.44%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 158 (62.11% from 255) = 55.05%
R=2.44%
G=42.51%
B=55.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71221580.960.2300.38194.391.5232.35
Hex77A9E6017026c25c20
Octal71722361402704630213440
Binary1111111010100111101100000101110100110110000101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077A9E; }

 p { color: rgb(7,122,158); }

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

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

 a { background-color: rgb(7,122,158); }

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

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

 span { border-color: rgb(7,122,158); }

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