Html Css Color HEX #01546B Blue Lagoon

📋 copy color: '#01546B'

red 1 ◦ green 84 ◦ blue 107

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

Shades of Blue Lagoon #01546B

Tints of Blue Lagoon #01546B

RGB

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

 GREEN value IS 84 (33.2% 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 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

#01546B (or 0x01546B) is known color: 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

RGB 1 84 107 -
CMYK 0.99 0.21 0 0.58
HSL 193.02º 0.98% 0.21% -
HSV(B) 193.02º 0.99% 0.42% -
XYZ 5.84 7.41 15.03 -
YUV 61.81 153.5 84.63 -
System Red Green Blue C M Y K H S L
Decimal 1 84 107 0.99 0.21 0 0.58 193.02 0.98 0.21
Hex 1 54 6B 63 15 0 3A C1 62 15
Octal 1 124 153 143 25 0 72 301 142 25
Binary 1 1010100 1101011 1100011 10101 0 111010 11000001 1100010 10101

Color Harmonies of #01546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01546B

Black with #01546B

Text Example


Text Example

White with #01546B

Text Example


Text Example

HTML Codes & Css Web 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>