#01546B

Color #01546B Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #01546B

Tints of Blue Lagoon #01546B

Color information

#01546B (or 0x01546B) is unknown color: approx Blue Lagoon. HEX triplet: 01, 54 and 6B. RGB value is (1,84,107). Sum of RGB (Red+Green+Blue) = 1+84+107=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #01546B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01546B is #FEAB94. Grayscale: #3D3D3D. Windows color (decimal): -16690069 or 7033857. OLE color: 7033857.

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

Color convert

RGB184107-
CMYK0.990.2100.58
HSL193.02º98.15%21.18%-
HSV(B)193.02º99.07%41.96%-
XYZ5.847.4115.03-
YUV61.8153.584.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=0.52%
G=43.75%
B=55.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1841070.990.2100.58193.0298.1521.18
Hex1546B631503Ac16215
Octal11241531432507230114225
Binary110101001101011110001110101011101011000001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01546B;
 }
 .AnyTagClassName
 {
   color: #01546B;
 }
</style>
background-color css

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

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

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

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

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

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