Html Css Color HEX #0177AA Cerulean

📋 copy color: '#0177AA'

red 1 ◦ green 119 ◦ blue 170

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

Shades of Cerulean #0177AA

Tints of Cerulean #0177AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.62%

R = 0.34%
G = 41.03%
B = 58.62%

CMYK

 C value IS 0.99

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0177AA (or 0x0177AA) is known color: Cerulean. HEX triplet: 01, 77 and AA. RGB value is (1,119,170). Sum of RGB (Red+Green+Blue) = 1+119+170=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #0177AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0177AA is #FE8855. Grayscale: #595959. Windows color (decimal): -16681046 or 11171585. OLE color: 11171585.

HSL color Cylindrical-coordinate representation of color #0177AA: hue angle of 198.11º 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 #0177AA is Cyan = 0.99, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 119 170 -
CMYK 0.99 0.3 0 0.33
HSL 198.11º 0.99% 0.34% -
HSV(B) 198.11º 0.99% 0.67% -
XYZ 13.87 16.1 40.41 -
YUV 89.53 173.41 64.85 -
System Red Green Blue C M Y K H S L
Decimal 1 119 170 0.99 0.3 0 0.33 198.11 0.99 0.34
Hex 1 77 AA 63 1E 0 21 C6 63 22
Octal 1 167 252 143 36 0 41 306 143 42
Binary 1 1110111 10101010 1100011 11110 0 100001 11000110 1100011 100010

Color Harmonies of #0177AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0177AA

Black with #0177AA

Text Example


Text Example

White with #0177AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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