Html Css Color HEX #01556B Blue Lagoon

📋 copy color: '#01556B'

red 1 ◦ green 85 ◦ blue 107

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

Shades of Blue Lagoon #01556B

Tints of Blue Lagoon #01556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.44%

R = 0.52%
G = 44.04%
B = 55.44%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01556B (or 0x01556B) is known color: Blue Lagoon. HEX triplet: 01, 55 and 6B. RGB value is (1,85,107). Sum of RGB (Red+Green+Blue) = 1+85+107=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #01556B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01556B is #FEAA94. Grayscale: #3E3E3E. Windows color (decimal): -16689813 or 7034113. OLE color: 7034113.

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

Color convert

RGB 1 85 107 -
CMYK 0.99 0.21 0 0.58
HSL 192.45º 0.98% 0.21% -
HSV(B) 192.45º 0.99% 0.42% -
XYZ 5.91 7.56 15.06 -
YUV 62.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 1 85 107 0.99 0.21 0 0.58 192.45 0.98 0.21
Hex 1 55 6B 63 15 0 3A C0 62 15
Octal 1 125 153 143 25 0 72 300 142 25
Binary 1 1010101 1101011 1100011 10101 0 111010 11000000 1100010 10101

Color Harmonies of #01556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01556B

Black with #01556B

Text Example


Text Example

White with #01556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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