Html Css Color HEX #01697D Blue Lagoon

📋 copy color: '#01697D'

red 1 ◦ green 105 ◦ blue 125

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

Shades of Blue Lagoon #01697D

Tints of Blue Lagoon #01697D

RGB

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

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

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

R = 0.43%
G = 45.45%
B = 54.11%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01697D (or 0x01697D) is known color: Blue Lagoon. HEX triplet: 01, 69 and 7D. RGB value is (1,105,125). Sum of RGB (Red+Green+Blue) = 1+105+125=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #01697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01697D is #FE9682. Grayscale: #4C4C4C. Windows color (decimal): -16684675 or 8218881. OLE color: 8218881.

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

Color convert

RGB 1 105 125 -
CMYK 0.99 0.16 0 0.51
HSL 189.68º 0.98% 0.25% -
HSV(B) 189.68º 0.99% 0.49% -
XYZ 8.77 11.59 21.18 -
YUV 76.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 1 105 125 0.99 0.16 0 0.51 189.68 0.98 0.25
Hex 1 69 7D 63 10 0 33 BE 62 19
Octal 1 151 175 143 20 0 63 276 142 31
Binary 1 1101001 1111101 1100011 10000 0 110011 10111110 1100010 11001

Color Harmonies of #01697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01697D

Black with #01697D

Text Example


Text Example

White with #01697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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