Html Css Color HEX #01697C Blue Lagoon

📋 copy color: '#01697C'

red 1 ◦ green 105 ◦ blue 124

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

Shades of Blue Lagoon #01697C

Tints of Blue Lagoon #01697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.91%

R = 0.43%
G = 45.65%
B = 53.91%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01697C (or 0x01697C) is known color: Blue Lagoon. HEX triplet: 01, 69 and 7C. RGB value is (1,105,124). Sum of RGB (Red+Green+Blue) = 1+105+124=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #01697C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01697C is #FE9683. Grayscale: #4B4B4B. Windows color (decimal): -16684676 or 8153345. OLE color: 8153345.

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

Color convert

RGB 1 105 124 -
CMYK 0.99 0.15 0 0.51
HSL 189.27º 0.98% 0.25% -
HSV(B) 189.27º 0.99% 0.49% -
XYZ 8.7 11.56 20.84 -
YUV 76.07 155.04 74.46 -
System Red Green Blue C M Y K H S L
Decimal 1 105 124 0.99 0.15 0 0.51 189.27 0.98 0.25
Hex 1 69 7C 63 F 0 33 BD 62 19
Octal 1 151 174 143 17 0 63 275 142 31
Binary 1 1101001 1111100 1100011 1111 0 110011 10111101 1100010 11001

Color Harmonies of #01697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01697C

Black with #01697C

Text Example


Text Example

White with #01697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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