Html Css Color HEX #01697F Blue Lagoon

📋 copy color: '#01697F'

red 1 ◦ green 105 ◦ blue 127

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

Shades of Blue Lagoon #01697F

Tints of Blue Lagoon #01697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.06%

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

R = 0.43%
G = 45.06%
B = 54.51%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01697F (or 0x01697F) is known color: Blue Lagoon. HEX triplet: 01, 69 and 7F. RGB value is (1,105,127). Sum of RGB (Red+Green+Blue) = 1+105+127=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #01697F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01697F is #FE9680. Grayscale: #4C4C4C. Windows color (decimal): -16684673 or 8349953. OLE color: 8349953.

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

Color convert

RGB 1 105 127 -
CMYK 0.99 0.17 0 0.50
HSL 190.48º 0.98% 0.25% -
HSV(B) 190.48º 0.99% 0.5% -
XYZ 8.89 11.64 21.86 -
YUV 76.41 156.54 74.21 -
System Red Green Blue C M Y K H S L
Decimal 1 105 127 0.99 0.17 0 0.50 190.48 0.98 0.25
Hex 1 69 7F 63 11 0 32 BE 62 19
Octal 1 151 177 143 21 0 62 276 142 31
Binary 1 1101001 1111111 1100011 10001 0 110010 10111110 1100010 11001

Color Harmonies of #01697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01697F

Black with #01697F

Text Example


Text Example

White with #01697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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