Html Css Color HEX #01577C Blue Lagoon

📋 copy color: '#01577C'

red 1 ◦ green 87 ◦ blue 124

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

Shades of Blue Lagoon #01577C

Tints of Blue Lagoon #01577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.04%

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 0.47%
G = 41.04%
B = 58.49%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01577C (or 0x01577C) is known color: Blue Lagoon. HEX triplet: 01, 57 and 7C. RGB value is (1,87,124). Sum of RGB (Red+Green+Blue) = 1+87+124=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #01577C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01577C is #FEA883. Grayscale: #414141. Windows color (decimal): -16689284 or 8148737. OLE color: 8148737.

HSL color Cylindrical-coordinate representation of color #01577C: hue angle of 198.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01577C is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 87 124 -
CMYK 0.99 0.30 0 0.51
HSL 198.05º 0.98% 0.25% -
HSV(B) 198.05º 0.99% 0.49% -
XYZ 7.06 8.28 20.29 -
YUV 65.5 161.01 81.99 -
System Red Green Blue C M Y K H S L
Decimal 1 87 124 0.99 0.30 0 0.51 198.05 0.98 0.25
Hex 1 57 7C 63 1E 0 33 C6 62 19
Octal 1 127 174 143 36 0 63 306 142 31
Binary 1 1010111 1111100 1100011 11110 0 110011 11000110 1100010 11001

Color Harmonies of #01577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01577C

Black with #01577C

Text Example


Text Example

White with #01577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01577C; }

 p { color: rgb(1,87,124); }

 H1.HeaderClassName
 {
   color: #01577C;
 }
 .AnyTagClassName
 {
   color: #01577C;
 }
</style>

background-color css

<style>
 a { background-color: #01577C; }

 a { background-color: rgb(1,87,124); }

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

border-color css

<style>
 span { border-color: #01577C; }

 span { border-color: rgb(1,87,124); }

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