Html Css Color HEX #01546F Blue Lagoon

📋 copy color: '#01546F'

red 1 ◦ green 84 ◦ blue 111

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

Shades of Blue Lagoon #01546F

Tints of Blue Lagoon #01546F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.63%

R = 0.51%
G = 42.86%
B = 56.63%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01546F (or 0x01546F) is known color: Blue Lagoon. HEX triplet: 01, 54 and 6F. RGB value is (1,84,111). Sum of RGB (Red+Green+Blue) = 1+84+111=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #01546F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01546F is #FEAB90. Grayscale: #3E3E3E. Windows color (decimal): -16690065 or 7296001. OLE color: 7296001.

HSL color Cylindrical-coordinate representation of color #01546F: hue angle of 194.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01546F is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 84 111 -
CMYK 0.99 0.24 0 0.56
HSL 194.73º 0.98% 0.22% -
HSV(B) 194.73º 0.99% 0.44% -
XYZ 6.05 7.49 16.17 -
YUV 62.26 155.5 84.3 -
System Red Green Blue C M Y K H S L
Decimal 1 84 111 0.99 0.24 0 0.56 194.73 0.98 0.22
Hex 1 54 6F 63 18 0 38 C3 62 16
Octal 1 124 157 143 30 0 70 303 142 26
Binary 1 1010100 1101111 1100011 11000 0 111000 11000011 1100010 10110

Color Harmonies of #01546F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01546F

Black with #01546F

Text Example


Text Example

White with #01546F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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