Html Css Color HEX #01577D Blue Lagoon

📋 copy color: '#01577D'

red 1 ◦ green 87 ◦ blue 125

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

Shades of Blue Lagoon #01577D

Tints of Blue Lagoon #01577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 0.47%
G = 40.85%
B = 58.69%

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

#01577D (or 0x01577D) is known color: Blue Lagoon. HEX triplet: 01, 57 and 7D. RGB value is (1,87,125). Sum of RGB (Red+Green+Blue) = 1+87+125=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #01577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01577D is #FEA882. Grayscale: #414141. Windows color (decimal): -16689283 or 8214273. OLE color: 8214273.

HSL color Cylindrical-coordinate representation of color #01577D: hue angle of 198.39º 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 #01577D is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 87 125 -
CMYK 0.99 0.30 0 0.51
HSL 198.39º 0.98% 0.25% -
HSV(B) 198.39º 0.99% 0.49% -
XYZ 7.12 8.3 20.63 -
YUV 65.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 1 87 125 0.99 0.30 0 0.51 198.39 0.98 0.25
Hex 1 57 7D 63 1E 0 33 C6 62 19
Octal 1 127 175 143 36 0 63 306 142 31
Binary 1 1010111 1111101 1100011 11110 0 110011 11000110 1100010 11001

Color Harmonies of #01577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01577D

Black with #01577D

Text Example


Text Example

White with #01577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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