Html Css Color HEX #01566E Blue Lagoon

📋 copy color: '#01566E'

red 1 ◦ green 86 ◦ blue 110

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

Shades of Blue Lagoon #01566E

Tints of Blue Lagoon #01566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.65%

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

R = 0.51%
G = 43.65%
B = 55.84%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01566E (or 0x01566E) is known color: Blue Lagoon. HEX triplet: 01, 56 and 6E. RGB value is (1,86,110). Sum of RGB (Red+Green+Blue) = 1+86+110=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #01566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01566E is #FEA991. Grayscale: #3F3F3F. Windows color (decimal): -16689554 or 7230977. OLE color: 7230977.

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

Color convert

RGB 1 86 110 -
CMYK 0.99 0.22 0 0.57
HSL 193.21º 0.98% 0.22% -
HSV(B) 193.21º 0.99% 0.43% -
XYZ 6.15 7.79 15.93 -
YUV 63.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 1 86 110 0.99 0.22 0 0.57 193.21 0.98 0.22
Hex 1 56 6E 63 16 0 39 C1 62 16
Octal 1 126 156 143 26 0 71 301 142 26
Binary 1 1010110 1101110 1100011 10110 0 111001 11000001 1100010 10110

Color Harmonies of #01566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01566E

Black with #01566E

Text Example


Text Example

White with #01566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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