#076AB0

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

Shades of Cerulean #076AB0

Tints of Cerulean #076AB0

Color information

#076AB0 (or 0x076AB0) is unknown color: approx Cerulean. HEX triplet: 07, 6A and B0. RGB value is (7,106,176). Sum of RGB (Red+Green+Blue) = 7+106+176=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 176 (69.14% from 255 or 60.90% from 289); Max value from RGB is 176 - color contains mainly: blue. Hex color #076AB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076AB0 is #F8954F. Grayscale: #545454. Windows color (decimal): -16291152 or 11561479. OLE color: 11561479.

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

Color convert

RGB7106176-
CMYK0.960.4000.31
HSL204.85º92.35%35.88%-
HSV(B)204.85º96.02%69.02%-
XYZ13.0813.4942.99-
YUV84.38179.772.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.42%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 176 (69.14% from 255) = 60.90%
R=2.42%
G=36.68%
B=60.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71061760.960.4000.31204.8592.3535.88
Hex76AB0602801Fcd5c24
Octal71522601405003731513444
Binary1111101010101100001100000101000011111110011011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,106,176); }

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

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

 a { background-color: rgb(7,106,176); }

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

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

 span { border-color: rgb(7,106,176); }

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