Html Css Color HEX #01597F Blue Lagoon

📋 copy color: '#01597F'

red 1 ◦ green 89 ◦ blue 127

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

Shades of Blue Lagoon #01597F

Tints of Blue Lagoon #01597F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.01%

 BLUE value IS 127 (50% from 255) = 58.53%

R = 0.46%
G = 41.01%
B = 58.53%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01597F (or 0x01597F) is known color: Blue Lagoon. HEX triplet: 01, 59 and 7F. RGB value is (1,89,127). Sum of RGB (Red+Green+Blue) = 1+89+127=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #01597F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01597F is #FEA680. Grayscale: #424242. Windows color (decimal): -16688769 or 8345857. OLE color: 8345857.

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

Color convert

RGB 1 89 127 -
CMYK 0.99 0.30 0 0.50
HSL 198.1º 0.98% 0.25% -
HSV(B) 198.1º 0.99% 0.5% -
XYZ 7.42 8.68 21.36 -
YUV 67.02 161.85 80.91 -
System Red Green Blue C M Y K H S L
Decimal 1 89 127 0.99 0.30 0 0.50 198.1 0.98 0.25
Hex 1 59 7F 63 1E 0 32 C6 62 19
Octal 1 131 177 143 36 0 62 306 142 31
Binary 1 1011001 1111111 1100011 11110 0 110010 11000110 1100010 11001

Color Harmonies of #01597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01597F

Black with #01597F

Text Example


Text Example

White with #01597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01597F; }

 p { color: rgb(1,89,127); }

 H1.HeaderClassName
 {
   color: #01597F;
 }
 .AnyTagClassName
 {
   color: #01597F;
 }
</style>

background-color css

<style>
 a { background-color: #01597F; }

 a { background-color: rgb(1,89,127); }

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

border-color css

<style>
 span { border-color: #01597F; }

 span { border-color: rgb(1,89,127); }

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