Html Css Color HEX #01516F Blue Lagoon

📋 copy color: '#01516F'

red 1 ◦ green 81 ◦ blue 111

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

Shades of Blue Lagoon #01516F

Tints of Blue Lagoon #01516F

RGB

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

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

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

R = 0.52%
G = 41.97%
B = 57.51%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01516F (or 0x01516F) is known color: Blue Lagoon. HEX triplet: 01, 51 and 6F. RGB value is (1,81,111). Sum of RGB (Red+Green+Blue) = 1+81+111=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #01516F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01516F is #FEAE90. Grayscale: #3C3C3C. Windows color (decimal): -16690833 or 7295233. OLE color: 7295233.

HSL color Cylindrical-coordinate representation of color #01516F: hue angle of 196.36º 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 #01516F is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 81 111 -
CMYK 0.99 0.27 0 0.56
HSL 196.36º 0.98% 0.22% -
HSV(B) 196.36º 0.99% 0.44% -
XYZ 5.82 7.04 16.09 -
YUV 60.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 1 81 111 0.99 0.27 0 0.56 196.36 0.98 0.22
Hex 1 51 6F 63 1B 0 38 C4 62 16
Octal 1 121 157 143 33 0 70 304 142 26
Binary 1 1010001 1101111 1100011 11011 0 111000 11000100 1100010 10110

Color Harmonies of #01516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01516F

Black with #01516F

Text Example


Text Example

White with #01516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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