Html Css Color HEX #0177AB Cerulean

📋 copy color: '#0177AB'

red 1 ◦ green 119 ◦ blue 171

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

Shades of Cerulean #0177AB

Tints of Cerulean #0177AB

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

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

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

R = 0.34%
G = 40.89%
B = 58.76%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0177AB (or 0x0177AB) is known color: Cerulean. HEX triplet: 01, 77 and AB. RGB value is (1,119,171). Sum of RGB (Red+Green+Blue) = 1+119+171=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #0177AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0177AB is #FE8854. Grayscale: #595959. Windows color (decimal): -16681045 or 11237121. OLE color: 11237121.

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

Color convert

RGB 1 119 171 -
CMYK 0.99 0.30 0 0.33
HSL 198.35º 0.99% 0.34% -
HSV(B) 198.35º 0.99% 0.67% -
XYZ 13.96 16.14 40.91 -
YUV 89.65 173.91 64.77 -
System Red Green Blue C M Y K H S L
Decimal 1 119 171 0.99 0.30 0 0.33 198.35 0.99 0.34
Hex 1 77 AB 63 1E 0 21 C6 63 22
Octal 1 167 253 143 36 0 41 306 143 42
Binary 1 1110111 10101011 1100011 11110 0 100001 11000110 1100011 100010

Color Harmonies of #0177AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0177AB

Black with #0177AB

Text Example


Text Example

White with #0177AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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