Html Css Color HEX #01556C Blue Lagoon

📋 copy color: '#01556C'

red 1 ◦ green 85 ◦ blue 108

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

Shades of Blue Lagoon #01556C

Tints of Blue Lagoon #01556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 55.67%

R = 0.52%
G = 43.81%
B = 55.67%

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

#01556C (or 0x01556C) is known color: Blue Lagoon. HEX triplet: 01, 55 and 6C. RGB value is (1,85,108). Sum of RGB (Red+Green+Blue) = 1+85+108=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #01556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01556C is #FEAA93. Grayscale: #3E3E3E. Windows color (decimal): -16689812 or 7099649. OLE color: 7099649.

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

Color convert

RGB 1 85 108 -
CMYK 0.99 0.21 0 0.58
HSL 192.9º 0.98% 0.21% -
HSV(B) 192.9º 0.99% 0.42% -
XYZ 5.97 7.59 15.34 -
YUV 62.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 1 85 108 0.99 0.21 0 0.58 192.9 0.98 0.21
Hex 1 55 6C 63 15 0 3A C1 62 15
Octal 1 125 154 143 25 0 72 301 142 25
Binary 1 1010101 1101100 1100011 10101 0 111010 11000001 1100010 10101

Color Harmonies of #01556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01556C

Black with #01556C

Text Example


Text Example

White with #01556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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