#076AAD

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

Shades of Cerulean #076AAD

Tints of Cerulean #076AAD

Color information

#076AAD (or 0x076AAD) is unknown color: approx Cerulean. HEX triplet: 07, 6A and AD. RGB value is (7,106,173). Sum of RGB (Red+Green+Blue) = 7+106+173=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #076AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076AAD is #F89552. Grayscale: #535353. Windows color (decimal): -16291155 or 11364871. OLE color: 11364871.

HSL color Cylindrical-coordinate representation of color #076AAD: hue angle of 204.22º 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 #076AAD is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7106173-
CMYK0.960.3900.32
HSL204.22º92.22%35.29%-
HSV(B)204.22º95.95%67.84%-
XYZ12.7813.3741.44-
YUV84.04178.273.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.45%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 173 (67.97% from 255) = 60.49%
R=2.45%
G=37.06%
B=60.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71061730.960.3900.32204.2292.2235.29
Hex76AAD6027020cc5c23
Octal71522551404704031413443
Binary11111010101010110111000001001110100000110011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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