#077CBE

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

Shades of Cerulean #077CBE

Tints of Cerulean #077CBE

Color information

#077CBE (or 0x077CBE) is unknown color: approx Cerulean. HEX triplet: 07, 7C and BE. RGB value is (7,124,190). Sum of RGB (Red+Green+Blue) = 7+124+190=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #077CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CBE is #F88341. Grayscale: #606060. Windows color (decimal): -16286530 or 12483591. OLE color: 12483591.

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

Color convert

RGB7124190-
CMYK0.960.3500.25
HSL201.64º92.89%38.63%-
HSV(B)201.64º96.32%74.51%-
XYZ16.5918.1851.35-
YUV96.54180.7464.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.18%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 190 (74.61% from 255) = 59.19%
R=2.18%
G=38.63%
B=59.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71241900.960.3500.25201.6492.8938.63
Hex77CBE6023019ca5d27
Octal71742761404303131213547
Binary1111111100101111101100000100011011001110010101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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