Html Css Color HEX #01626E Blue Lagoon

📋 copy color: '#01626E'

red 1 ◦ green 98 ◦ blue 110

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

Shades of Blue Lagoon #01626E

Tints of Blue Lagoon #01626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.63%

R = 0.48%
G = 46.89%
B = 52.63%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01626E (or 0x01626E) is known color: Blue Lagoon. HEX triplet: 01, 62 and 6E. RGB value is (1,98,110). Sum of RGB (Red+Green+Blue) = 1+98+110=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #01626E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01626E is #FE9D91. Grayscale: #464646. Windows color (decimal): -16686482 or 7234049. OLE color: 7234049.

HSL color Cylindrical-coordinate representation of color #01626E: hue angle of 186.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01626E is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 98 110 -
CMYK 0.99 0.11 0 0.57
HSL 186.61º 0.98% 0.22% -
HSV(B) 186.61º 0.99% 0.43% -
XYZ 7.19 9.87 16.28 -
YUV 70.37 150.36 78.52 -
System Red Green Blue C M Y K H S L
Decimal 1 98 110 0.99 0.11 0 0.57 186.61 0.98 0.22
Hex 1 62 6E 63 B 0 39 BB 62 16
Octal 1 142 156 143 13 0 71 273 142 26
Binary 1 1100010 1101110 1100011 1011 0 111001 10111011 1100010 10110

Color Harmonies of #01626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01626E

Black with #01626E

Text Example


Text Example

White with #01626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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