Html Css Color HEX #0177A1 Cerulean

📋 copy color: '#0177A1'

red 1 ◦ green 119 ◦ blue 161

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

Shades of Cerulean #0177A1

Tints of Cerulean #0177A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 57.3%

R = 0.36%
G = 42.35%
B = 57.3%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0177A1 (or 0x0177A1) is known color: Cerulean. HEX triplet: 01, 77 and A1. RGB value is (1,119,161). Sum of RGB (Red+Green+Blue) = 1+119+161=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #0177A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0177A1 is #FE885E. Grayscale: #585858. Windows color (decimal): -16681055 or 10581761. OLE color: 10581761.

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

Color convert

RGB 1 119 161 -
CMYK 0.99 0.26 0 0.37
HSL 195.75º 0.99% 0.32% -
HSV(B) 195.75º 0.99% 0.63% -
XYZ 13.04 15.77 36.08 -
YUV 88.51 168.91 65.58 -
System Red Green Blue C M Y K H S L
Decimal 1 119 161 0.99 0.26 0 0.37 195.75 0.99 0.32
Hex 1 77 A1 63 1A 0 25 C4 63 20
Octal 1 167 241 143 32 0 45 304 143 40
Binary 1 1110111 10100001 1100011 11010 0 100101 11000100 1100011 100000

Color Harmonies of #0177A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0177A1

Black with #0177A1

Text Example


Text Example

White with #0177A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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