#077CBA

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

Shades of Cerulean #077CBA

Tints of Cerulean #077CBA

Color information

#077CBA (or 0x077CBA) is unknown color: approx Cerulean. HEX triplet: 07, 7C and BA. RGB value is (7,124,186). Sum of RGB (Red+Green+Blue) = 7+124+186=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #077CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077CBA is #F88345. Grayscale: #5F5F5F. Windows color (decimal): -16286534 or 12221447. OLE color: 12221447.

HSL color Cylindrical-coordinate representation of color #077CBA: hue angle of 200.78º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077CBA is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7124186-
CMYK0.960.3300.27
HSL200.78º92.75%37.84%-
HSV(B)200.78º96.24%72.94%-
XYZ16.1618.0149.08-
YUV96.08178.7464.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.21%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=2.21%
G=39.12%
B=58.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71241860.960.3300.27200.7892.7537.84
Hex77CBA602101Bc95d26
Octal71742721404103331113546
Binary1111111100101110101100000100001011011110010011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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