Html Css Color HEX #01627F Blue Lagoon

📋 copy color: '#01627F'

red 1 ◦ green 98 ◦ blue 127

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

Shades of Blue Lagoon #01627F

Tints of Blue Lagoon #01627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.36%

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

R = 0.44%
G = 43.36%
B = 56.19%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01627F (or 0x01627F) is known color: Blue Lagoon. HEX triplet: 01, 62 and 7F. RGB value is (1,98,127). Sum of RGB (Red+Green+Blue) = 1+98+127=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #01627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01627F is #FE9D80. Grayscale: #484848. Windows color (decimal): -16686465 or 8348161. OLE color: 8348161.

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

Color convert

RGB 1 98 127 -
CMYK 0.99 0.23 0 0.50
HSL 193.81º 0.98% 0.25% -
HSV(B) 193.81º 0.99% 0.5% -
XYZ 8.21 10.27 21.63 -
YUV 72.3 158.86 77.14 -
System Red Green Blue C M Y K H S L
Decimal 1 98 127 0.99 0.23 0 0.50 193.81 0.98 0.25
Hex 1 62 7F 63 17 0 32 C2 62 19
Octal 1 142 177 143 27 0 62 302 142 31
Binary 1 1100010 1111111 1100011 10111 0 110010 11000010 1100010 11001

Color Harmonies of #01627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01627F

Black with #01627F

Text Example


Text Example

White with #01627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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