Html Css Color HEX #0077AC Cerulean

📋 copy color: '#0077AC'

red 0 ◦ green 119 ◦ blue 172

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

Shades of Cerulean #0077AC

Tints of Cerulean #0077AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.89%

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 0%
G = 40.89%
B = 59.11%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0077AC (or 0x0077AC) is known color: Cerulean. HEX triplet: 00, 77 and AC. RGB value is (0,119,172). Sum of RGB (Red+Green+Blue) = 0+119+172=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #0077AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0077AC is #FF8853. Grayscale: #595959. Windows color (decimal): -16746580 or 11302656. OLE color: 11302656.

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

Color convert

RGB 0 119 172 -
CMYK 1 0.31 0 0.33
HSL 198.49º 1% 0.34% -
HSV(B) 198.49º 1% 0.67% -
XYZ 14.04 16.17 41.41 -
YUV 89.46 174.58 64.19 -
System Red Green Blue C M Y K H S L
Decimal 0 119 172 1 0.31 0 0.33 198.49 1 0.34
Hex 0 77 AC 64 1F 0 21 C6 64 22
Octal 0 167 254 144 37 0 41 306 144 42
Binary 0 1110111 10101100 1100100 11111 0 100001 11000110 1100100 100010

Color Harmonies of #0077AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0077AC

Black with #0077AC

Text Example


Text Example

White with #0077AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0077AC; }

 p { color: rgb(0,119,172); }

 H1.HeaderClassName
 {
   color: #0077AC;
 }
 .AnyTagClassName
 {
   color: #0077AC;
 }
</style>

background-color css

<style>
 a { background-color: #0077AC; }

 a { background-color: rgb(0,119,172); }

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

border-color css

<style>
 span { border-color: #0077AC; }

 span { border-color: rgb(0,119,172); }

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