Html Css Color HEX #015B73 Blue Lagoon

📋 copy color: '#015B73'

red 1 ◦ green 91 ◦ blue 115

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

Shades of Blue Lagoon #015B73

Tints of Blue Lagoon #015B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.96%

 BLUE value IS 115 (45.31% from 255) = 55.56%

R = 0.48%
G = 43.96%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015B73 (or 0x015B73) is known color: Blue Lagoon. HEX triplet: 01, 5B and 73. RGB value is (1,91,115). Sum of RGB (Red+Green+Blue) = 1+91+115=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #015B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B73 is #FEA48C. Grayscale: #424242. Windows color (decimal): -16688269 or 7559937. OLE color: 7559937.

HSL color Cylindrical-coordinate representation of color #015B73: hue angle of 192.63º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B73 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 91 115 -
CMYK 0.99 0.21 0 0.55
HSL 192.63º 0.98% 0.23% -
HSV(B) 192.63º 0.99% 0.45% -
XYZ 6.85 8.73 17.54 -
YUV 66.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 1 91 115 0.99 0.21 0 0.55 192.63 0.98 0.23
Hex 1 5B 73 63 15 0 37 C1 62 17
Octal 1 133 163 143 25 0 67 301 142 27
Binary 1 1011011 1110011 1100011 10101 0 110111 11000001 1100010 10111

Color Harmonies of #015B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B73

Black with #015B73

Text Example


Text Example

White with #015B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015B73; }

 p { color: rgb(1,91,115); }

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

background-color css

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

 a { background-color: rgb(1,91,115); }

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

border-color css

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

 span { border-color: rgb(1,91,115); }

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