Html Css Color HEX #01657F Blue Lagoon

📋 copy color: '#01657F'

red 1 ◦ green 101 ◦ blue 127

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

Shades of Blue Lagoon #01657F

Tints of Blue Lagoon #01657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

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

R = 0.44%
G = 44.1%
B = 55.46%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01657F (or 0x01657F) is known color: Blue Lagoon. HEX triplet: 01, 65 and 7F. RGB value is (1,101,127). Sum of RGB (Red+Green+Blue) = 1+101+127=229 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #01657F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01657F is #FE9A80. Grayscale: #494949. Windows color (decimal): -16685697 or 8348929. OLE color: 8348929.

HSL color Cylindrical-coordinate representation of color #01657F: hue angle of 192.38º 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 #01657F is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 101 127 -
CMYK 0.99 0.20 0 0.50
HSL 192.38º 0.98% 0.25% -
HSV(B) 192.38º 0.99% 0.5% -
XYZ 8.5 10.85 21.72 -
YUV 74.06 157.87 75.89 -
System Red Green Blue C M Y K H S L
Decimal 1 101 127 0.99 0.20 0 0.50 192.38 0.98 0.25
Hex 1 65 7F 63 14 0 32 C0 62 19
Octal 1 145 177 143 24 0 62 300 142 31
Binary 1 1100101 1111111 1100011 10100 0 110010 11000000 1100010 11001

Color Harmonies of #01657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01657F

Black with #01657F

Text Example


Text Example

White with #01657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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