Html Css Color HEX #0177AE Cerulean

📋 copy color: '#0177AE'

red 1 ◦ green 119 ◦ blue 174

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

Shades of Cerulean #0177AE

Tints of Cerulean #0177AE

RGB

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

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

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

R = 0.34%
G = 40.48%
B = 59.18%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0177AE (or 0x0177AE) is known color: Cerulean. HEX triplet: 01, 77 and AE. RGB value is (1,119,174). Sum of RGB (Red+Green+Blue) = 1+119+174=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #0177AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0177AE is #FE8851. Grayscale: #595959. Windows color (decimal): -16681042 or 11433729. OLE color: 11433729.

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

Color convert

RGB 1 119 174 -
CMYK 0.99 0.32 0 0.32
HSL 199.08º 0.99% 0.34% -
HSV(B) 199.08º 0.99% 0.68% -
XYZ 14.25 16.26 42.43 -
YUV 89.99 175.41 64.53 -
System Red Green Blue C M Y K H S L
Decimal 1 119 174 0.99 0.32 0 0.32 199.08 0.99 0.34
Hex 1 77 AE 63 20 0 20 C7 63 22
Octal 1 167 256 143 40 0 40 307 143 42
Binary 1 1110111 10101110 1100011 100000 0 100000 11000111 1100011 100010

Color Harmonies of #0177AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0177AE

Black with #0177AE

Text Example


Text Example

White with #0177AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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