Html Css Color HEX #0077AB Cerulean

📋 copy color: '#0077AB'

red 0 ◦ green 119 ◦ blue 171

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

Shades of Cerulean #0077AB

Tints of Cerulean #0077AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 0%
G = 41.03%
B = 58.97%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0077AB (or 0x0077AB) is known color: Cerulean. HEX triplet: 00, 77 and AB. RGB value is (0,119,171). Sum of RGB (Red+Green+Blue) = 0+119+171=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #0077AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0077AB is #FF8854. Grayscale: #595959. Windows color (decimal): -16746581 or 11237120. OLE color: 11237120.

HSL color Cylindrical-coordinate representation of color #0077AB: hue angle of 198.25º 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 #0077AB is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 119 171 -
CMYK 1 0.30 0 0.33
HSL 198.25º 1% 0.34% -
HSV(B) 198.25º 1% 0.67% -
XYZ 13.95 16.13 40.91 -
YUV 89.35 174.08 64.27 -
System Red Green Blue C M Y K H S L
Decimal 0 119 171 1 0.30 0 0.33 198.25 1 0.34
Hex 0 77 AB 64 1E 0 21 C6 64 22
Octal 0 167 253 144 36 0 41 306 144 42
Binary 0 1110111 10101011 1100100 11110 0 100001 11000110 1100100 100010

Color Harmonies of #0077AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0077AB

Black with #0077AB

Text Example


Text Example

White with #0077AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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