Html Css Color HEX #01617F Blue Lagoon

📋 copy color: '#01617F'

red 1 ◦ green 97 ◦ blue 127

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

Shades of Blue Lagoon #01617F

Tints of Blue Lagoon #01617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.11%

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

R = 0.44%
G = 43.11%
B = 56.44%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01617F (or 0x01617F) is known color: Blue Lagoon. HEX triplet: 01, 61 and 7F. RGB value is (1,97,127). Sum of RGB (Red+Green+Blue) = 1+97+127=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #01617F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01617F is #FE9E80. Grayscale: #474747. Windows color (decimal): -16686721 or 8347905. OLE color: 8347905.

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

Color convert

RGB 1 97 127 -
CMYK 0.99 0.24 0 0.50
HSL 194.29º 0.98% 0.25% -
HSV(B) 194.29º 0.99% 0.5% -
XYZ 8.12 10.09 21.6 -
YUV 71.72 159.2 77.56 -
System Red Green Blue C M Y K H S L
Decimal 1 97 127 0.99 0.24 0 0.50 194.29 0.98 0.25
Hex 1 61 7F 63 18 0 32 C2 62 19
Octal 1 141 177 143 30 0 62 302 142 31
Binary 1 1100001 1111111 1100011 11000 0 110010 11000010 1100010 11001

Color Harmonies of #01617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01617F

Black with #01617F

Text Example


Text Example

White with #01617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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