#076EB2

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

Shades of Cerulean #076EB2

Tints of Cerulean #076EB2

Color information

#076EB2 (or 0x076EB2) is unknown color: approx Cerulean. HEX triplet: 07, 6E and B2. RGB value is (7,110,178). Sum of RGB (Red+Green+Blue) = 7+110+178=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 178 (69.92% from 255 or 60.34% from 295); Max value from RGB is 178 - color contains mainly: blue. Hex color #076EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076EB2 is #F8914D. Grayscale: #565656. Windows color (decimal): -16290126 or 11693575. OLE color: 11693575.

HSL color Cylindrical-coordinate representation of color #076EB2: hue angle of 203.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076EB2 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7110178-
CMYK0.960.3800.30
HSL203.86º92.43%36.27%-
HSV(B)203.86º96.07%69.8%-
XYZ13.714.4144.18-
YUV86.96179.3870.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.37%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 178 (69.92% from 255) = 60.34%
R=2.37%
G=37.29%
B=60.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71101780.960.3800.30203.8692.4336.27
Hex76EB2602601Ecc5c24
Octal71562621404603631413444
Binary1111101110101100101100000100110011110110011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076EB2; }

 p { color: rgb(7,110,178); }

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

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

 a { background-color: rgb(7,110,178); }

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

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

 span { border-color: rgb(7,110,178); }

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