Html Css Color HEX #01627A Blue Lagoon

📋 copy color: '#01627A'

red 1 ◦ green 98 ◦ blue 122

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

Shades of Blue Lagoon #01627A

Tints of Blue Lagoon #01627A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.2%

R = 0.45%
G = 44.34%
B = 55.2%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01627A (or 0x01627A) is known color: Blue Lagoon. HEX triplet: 01, 62 and 7A. RGB value is (1,98,122). Sum of RGB (Red+Green+Blue) = 1+98+122=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #01627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01627A is #FE9D85. Grayscale: #474747. Windows color (decimal): -16686470 or 8020481. OLE color: 8020481.

HSL color Cylindrical-coordinate representation of color #01627A: hue angle of 191.9º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01627A is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 98 122 -
CMYK 0.99 0.20 0 0.52
HSL 191.9º 0.98% 0.24% -
HSV(B) 191.9º 0.99% 0.48% -
XYZ 7.89 10.15 19.95 -
YUV 71.73 156.36 77.55 -
System Red Green Blue C M Y K H S L
Decimal 1 98 122 0.99 0.20 0 0.52 191.9 0.98 0.24
Hex 1 62 7A 63 14 0 34 C0 62 18
Octal 1 142 172 143 24 0 64 300 142 30
Binary 1 1100010 1111010 1100011 10100 0 110100 11000000 1100010 11000

Color Harmonies of #01627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01627A

Black with #01627A

Text Example


Text Example

White with #01627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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