Html Css Color HEX #0079AE Cerulean

📋 copy color: '#0079AE'

red 0 ◦ green 121 ◦ blue 174

#0079AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0079AE

Tints of Cerulean #0079AE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 121 (47.66% from 255) = 41.02%

 BLUE value IS 174 (68.36% from 255) = 58.98%

R = 0%
G = 41.02%
B = 58.98%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0079AE (or 0x0079AE) is known color: Cerulean. HEX triplet: 00, 79 and AE. RGB value is (0,121,174). Sum of RGB (Red+Green+Blue) = 0+121+174=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #0079AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0079AE is #FF8651. Grayscale: #5A5A5A. Windows color (decimal): -16746066 or 11434240. OLE color: 11434240.

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

Color convert

RGB 0 121 174 -
CMYK 1 0.30 0 0.32
HSL 198.28º 1% 0.34% -
HSV(B) 198.28º 1% 0.68% -
XYZ 14.48 16.73 42.51 -
YUV 90.86 174.91 63.19 -
System Red Green Blue C M Y K H S L
Decimal 0 121 174 1 0.30 0 0.32 198.28 1 0.34
Hex 0 79 AE 64 1E 0 20 C6 64 22
Octal 0 171 256 144 36 0 40 306 144 42
Binary 0 1111001 10101110 1100100 11110 0 100000 11000110 1100100 100010

Color Harmonies of #0079AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0079AE

Black with #0079AE

Text Example


Text Example

White with #0079AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0079AE;
 }
 .AnyTagClassName
 {
   color: #0079AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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