Html Css Color HEX #01556A Blue Lagoon

📋 copy color: '#01556A'

red 1 ◦ green 85 ◦ blue 106

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

Shades of Blue Lagoon #01556A

Tints of Blue Lagoon #01556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.27%

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

R = 0.52%
G = 44.27%
B = 55.21%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01556A (or 0x01556A) is known color: Blue Lagoon. HEX triplet: 01, 55 and 6A. RGB value is (1,85,106). Sum of RGB (Red+Green+Blue) = 1+85+106=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #01556A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01556A is #FEAA95. Grayscale: #3E3E3E. Windows color (decimal): -16689814 or 6968577. OLE color: 6968577.

HSL color Cylindrical-coordinate representation of color #01556A: hue angle of 192º 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 #01556A is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 85 106 -
CMYK 0.99 0.20 0 0.58
HSL 192º 0.98% 0.21% -
HSV(B) 192º 0.99% 0.42% -
XYZ 5.86 7.54 14.78 -
YUV 62.28 152.67 84.29 -
System Red Green Blue C M Y K H S L
Decimal 1 85 106 0.99 0.20 0 0.58 192 0.98 0.21
Hex 1 55 6A 63 14 0 3A C0 62 15
Octal 1 125 152 143 24 0 72 300 142 25
Binary 1 1010101 1101010 1100011 10100 0 111010 11000000 1100010 10101

Color Harmonies of #01556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01556A

Black with #01556A

Text Example


Text Example

White with #01556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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