#0276AE

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

Shades of Cerulean #0276AE

Tints of Cerulean #0276AE

Color information

#0276AE (or 0x0276AE) is unknown color: approx Cerulean. HEX triplet: 02, 76 and AE. RGB value is (2,118,174). Sum of RGB (Red+Green+Blue) = 2+118+174=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #0276AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0276AE is #FD8951. Grayscale: #595959. Windows color (decimal): -16615762 or 11433474. OLE color: 11433474.

HSL color Cylindrical-coordinate representation of color #0276AE: hue angle of 199.53º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0276AE is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2118174-
CMYK0.990.3200.32
HSL199.53º97.73%34.51%-
HSV(B)199.53º98.85%68.24%-
XYZ14.1416.0342.39-
YUV89.7175.5765.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=0.68%
G=40.14%
B=59.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21181740.990.3200.32199.5397.7334.51
Hex276AE6320020c86223
Octal21662561434004031014243
Binary1011101101010111011000111000000100000110010001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0276AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0276AE; }

 p { color: rgb(2,118,174); }

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

<style>
 a { background-color: #0276AE; }

 a { background-color: rgb(2,118,174); }

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

<style>
 span { border-color: #0276AE; }

 span { border-color: rgb(2,118,174); }

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