Html Css Color HEX #015164 Blue Lagoon

📋 copy color: '#015164'

red 1 ◦ green 81 ◦ blue 100

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

Shades of Blue Lagoon #015164

Tints of Blue Lagoon #015164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.51%

 BLUE value IS 100 (39.45% from 255) = 54.95%

R = 0.55%
G = 44.51%
B = 54.95%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015164 (or 0x015164) is known color: Blue Lagoon. HEX triplet: 01, 51 and 64. RGB value is (1,81,100). Sum of RGB (Red+Green+Blue) = 1+81+100=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #015164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015164 is #FEAE9B. Grayscale: #3B3B3B. Windows color (decimal): -16690844 or 6574337. OLE color: 6574337.

HSL color Cylindrical-coordinate representation of color #015164: hue angle of 191.52º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015164 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 81 100 -
CMYK 0.99 0.19 0 0.61
HSL 191.52º 0.98% 0.2% -
HSV(B) 191.52º 0.99% 0.39% -
XYZ 5.26 6.81 13.09 -
YUV 59.25 151 86.46 -
System Red Green Blue C M Y K H S L
Decimal 1 81 100 0.99 0.19 0 0.61 191.52 0.98 0.2
Hex 1 51 64 63 13 0 3D C0 62 14
Octal 1 121 144 143 23 0 75 300 142 24
Binary 1 1010001 1100100 1100011 10011 0 111101 11000000 1100010 10100

Color Harmonies of #015164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015164

Black with #015164

Text Example


Text Example

White with #015164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015164; }

 p { color: rgb(1,81,100); }

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

background-color css

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

 a { background-color: rgb(1,81,100); }

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

border-color css

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

 span { border-color: rgb(1,81,100); }

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