#076DAE

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

Shades of Cerulean #076DAE

Tints of Cerulean #076DAE

Color information

#076DAE (or 0x076DAE) is unknown color: approx Cerulean. HEX triplet: 07, 6D and AE. RGB value is (7,109,174). Sum of RGB (Red+Green+Blue) = 7+109+174=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #076DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076DAE is #F89251. Grayscale: #555555. Windows color (decimal): -16290386 or 11431175. OLE color: 11431175.

HSL color Cylindrical-coordinate representation of color #076DAE: hue angle of 203.35º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076DAE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7109174-
CMYK0.960.3700.32
HSL203.35º92.27%35.49%-
HSV(B)203.35º95.98%68.24%-
XYZ13.214.0442.06-
YUV85.91177.7171.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.41%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 174 (68.36% from 255) = 60%
R=2.41%
G=37.59%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71091740.960.3700.32203.3592.2735.49
Hex76DAE6025020cb5c23
Octal71552561404504031313443
Binary11111011011010111011000001001010100000110010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,109,174); }

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

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

 a { background-color: rgb(7,109,174); }

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

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

 span { border-color: rgb(7,109,174); }

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