Html Css Color HEX #01627E Blue Lagoon

📋 copy color: '#01627E'

red 1 ◦ green 98 ◦ blue 126

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

Shades of Blue Lagoon #01627E

Tints of Blue Lagoon #01627E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 56%

R = 0.44%
G = 43.56%
B = 56%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01627E (or 0x01627E) is known color: Blue Lagoon. HEX triplet: 01, 62 and 7E. RGB value is (1,98,126). Sum of RGB (Red+Green+Blue) = 1+98+126=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #01627E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01627E is #FE9D81. Grayscale: #474747. Windows color (decimal): -16686466 or 8282625. OLE color: 8282625.

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

Color convert

RGB 1 98 126 -
CMYK 0.99 0.22 0 0.51
HSL 193.44º 0.98% 0.25% -
HSV(B) 193.44º 0.99% 0.49% -
XYZ 8.15 10.25 21.29 -
YUV 72.19 158.36 77.22 -
System Red Green Blue C M Y K H S L
Decimal 1 98 126 0.99 0.22 0 0.51 193.44 0.98 0.25
Hex 1 62 7E 63 16 0 33 C1 62 19
Octal 1 142 176 143 26 0 63 301 142 31
Binary 1 1100010 1111110 1100011 10110 0 110011 11000001 1100010 11001

Color Harmonies of #01627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01627E

Black with #01627E

Text Example


Text Example

White with #01627E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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