Html Css Color HEX #01626A Blue Lagoon

📋 copy color: '#01626A'

red 1 ◦ green 98 ◦ blue 106

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

Shades of Blue Lagoon #01626A

Tints of Blue Lagoon #01626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 51.71%

R = 0.49%
G = 47.8%
B = 51.71%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01626A (or 0x01626A) is known color: Blue Lagoon. HEX triplet: 01, 62 and 6A. RGB value is (1,98,106). Sum of RGB (Red+Green+Blue) = 1+98+106=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #01626A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01626A is #FE9D95. Grayscale: #454545. Windows color (decimal): -16686486 or 6971905. OLE color: 6971905.

HSL color Cylindrical-coordinate representation of color #01626A: hue angle of 184.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01626A is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 98 106 -
CMYK 0.99 0.08 0 0.58
HSL 184.57º 0.98% 0.21% -
HSV(B) 184.57º 0.99% 0.42% -
XYZ 6.98 9.78 15.16 -
YUV 69.91 148.36 78.85 -
System Red Green Blue C M Y K H S L
Decimal 1 98 106 0.99 0.08 0 0.58 184.57 0.98 0.21
Hex 1 62 6A 63 8 0 3A B9 62 15
Octal 1 142 152 143 10 0 72 271 142 25
Binary 1 1100010 1101010 1100011 1000 0 111010 10111001 1100010 10101

Color Harmonies of #01626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01626A

Black with #01626A

Text Example


Text Example

White with #01626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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