#077CA5

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

Shades of Cerulean #077CA5

Tints of Cerulean #077CA5

Color information

#077CA5 (or 0x077CA5) is unknown color: approx Cerulean. HEX triplet: 07, 7C and A5. RGB value is (7,124,165). Sum of RGB (Red+Green+Blue) = 7+124+165=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 165 (64.84% from 255 or 55.74% from 296); Max value from RGB is 165 - color contains mainly: blue. Hex color #077CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077CA5 is #F8835A. Grayscale: #5D5D5D. Windows color (decimal): -16286555 or 10845191. OLE color: 10845191.

HSL color Cylindrical-coordinate representation of color #077CA5: hue angle of 195.57º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077CA5 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7124165-
CMYK0.960.2500.35
HSL195.57º91.86%33.73%-
HSV(B)195.57º95.76%64.71%-
XYZ14.0917.1838.17-
YUV93.69168.2466.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.36%
GREEN value IS 124 (48.83% from 255) = 41.89%
BLUE value IS 165 (64.84% from 255) = 55.74%
R=2.36%
G=41.89%
B=55.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71241650.960.2500.35195.5791.8633.73
Hex77CA56019023c45c22
Octal71742451403104330413442
Binary1111111100101001011100000110010100011110001001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,124,165); }

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

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

 a { background-color: rgb(7,124,165); }

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

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

 span { border-color: rgb(7,124,165); }

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