Html Css Color HEX #01556E Blue Lagoon

📋 copy color: '#01556E'

red 1 ◦ green 85 ◦ blue 110

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

Shades of Blue Lagoon #01556E

Tints of Blue Lagoon #01556E

RGB

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

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

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

R = 0.51%
G = 43.37%
B = 56.12%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01556E (or 0x01556E) is known color: Blue Lagoon. HEX triplet: 01, 55 and 6E. RGB value is (1,85,110). Sum of RGB (Red+Green+Blue) = 1+85+110=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #01556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01556E is #FEAA91. Grayscale: #3E3E3E. Windows color (decimal): -16689810 or 7230721. OLE color: 7230721.

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

Color convert

RGB 1 85 110 -
CMYK 0.99 0.23 0 0.57
HSL 193.76º 0.98% 0.22% -
HSV(B) 193.76º 0.99% 0.43% -
XYZ 6.08 7.63 15.9 -
YUV 62.73 154.67 83.97 -
System Red Green Blue C M Y K H S L
Decimal 1 85 110 0.99 0.23 0 0.57 193.76 0.98 0.22
Hex 1 55 6E 63 17 0 39 C2 62 16
Octal 1 125 156 143 27 0 71 302 142 26
Binary 1 1010101 1101110 1100011 10111 0 111001 11000010 1100010 10110

Color Harmonies of #01556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01556E

Black with #01556E

Text Example


Text Example

White with #01556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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