#0079AA

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

Shades of Cerulean #0079AA

Tints of Cerulean #0079AA

Color information

#0079AA (or 0x0079AA) is unknown color: approx Cerulean. HEX triplet: 00, 79 and AA. RGB value is (0,121,170). Sum of RGB (Red+Green+Blue) = 0+121+170=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #0079AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0079AA is #FF8655. Grayscale: #5A5A5A. Windows color (decimal): -16746070 or 11172096. OLE color: 11172096.

HSL color Cylindrical-coordinate representation of color #0079AA: hue angle of 197.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079AA is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0121170-
CMYK10.2900.33
HSL197.29º100%33.33%-
HSV(B)197.29º100%66.67%-
XYZ14.0916.5840.49-
YUV90.41172.9163.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 121 (47.66% from 255) = 41.58%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=0%
G=41.58%
B=58.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal012117010.2900.33197.2910033.33
Hex079AA641D021c56421
Octal01712521443504130514441
Binary01111001101010101100100111010100001110001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0079AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0079AA; }

 p { color: rgb(0,121,170); }

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

<style>
 a { background-color: #0079AA; }

 a { background-color: rgb(0,121,170); }

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

<style>
 span { border-color: #0079AA; }

 span { border-color: rgb(0,121,170); }

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