Html Css Color HEX #01546C Blue Lagoon

📋 copy color: '#01546C'

red 1 ◦ green 84 ◦ blue 108

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

Shades of Blue Lagoon #01546C

Tints of Blue Lagoon #01546C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.52%

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

R = 0.52%
G = 43.52%
B = 55.96%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01546C (or 0x01546C) is known color: Blue Lagoon. HEX triplet: 01, 54 and 6C. RGB value is (1,84,108). Sum of RGB (Red+Green+Blue) = 1+84+108=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #01546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01546C is #FEAB93. Grayscale: #3D3D3D. Windows color (decimal): -16690068 or 7099393. OLE color: 7099393.

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

Color convert

RGB 1 84 108 -
CMYK 0.99 0.22 0 0.58
HSL 193.46º 0.98% 0.21% -
HSV(B) 193.46º 0.99% 0.42% -
XYZ 5.89 7.43 15.31 -
YUV 61.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 1 84 108 0.99 0.22 0 0.58 193.46 0.98 0.21
Hex 1 54 6C 63 16 0 3A C1 62 15
Octal 1 124 154 143 26 0 72 301 142 25
Binary 1 1010100 1101100 1100011 10110 0 111010 11000001 1100010 10101

Color Harmonies of #01546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01546C

Black with #01546C

Text Example


Text Example

White with #01546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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