Html Css Color HEX #01637F Blue Lagoon

📋 copy color: '#01637F'

red 1 ◦ green 99 ◦ blue 127

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

Shades of Blue Lagoon #01637F

Tints of Blue Lagoon #01637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.61%

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

R = 0.44%
G = 43.61%
B = 55.95%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01637F (or 0x01637F) is known color: Blue Lagoon. HEX triplet: 01, 63 and 7F. RGB value is (1,99,127). Sum of RGB (Red+Green+Blue) = 1+99+127=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #01637F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01637F is #FE9C80. Grayscale: #484848. Windows color (decimal): -16686209 or 8348417. OLE color: 8348417.

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

Color convert

RGB 1 99 127 -
CMYK 0.99 0.22 0 0.50
HSL 193.33º 0.98% 0.25% -
HSV(B) 193.33º 0.99% 0.5% -
XYZ 8.31 10.46 21.66 -
YUV 72.89 158.53 76.72 -
System Red Green Blue C M Y K H S L
Decimal 1 99 127 0.99 0.22 0 0.50 193.33 0.98 0.25
Hex 1 63 7F 63 16 0 32 C1 62 19
Octal 1 143 177 143 26 0 62 301 142 31
Binary 1 1100011 1111111 1100011 10110 0 110010 11000001 1100010 11001

Color Harmonies of #01637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01637F

Black with #01637F

Text Example


Text Example

White with #01637F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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