Html Css Color HEX #015B74 Blue Lagoon

📋 copy color: '#015B74'

red 1 ◦ green 91 ◦ blue 116

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

Shades of Blue Lagoon #015B74

Tints of Blue Lagoon #015B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 0.48%
G = 43.75%
B = 55.77%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015B74 (or 0x015B74) is known color: Blue Lagoon. HEX triplet: 01, 5B and 74. RGB value is (1,91,116). Sum of RGB (Red+Green+Blue) = 1+91+116=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #015B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B74 is #FEA48B. Grayscale: #424242. Windows color (decimal): -16688268 or 7625473. OLE color: 7625473.

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

Color convert

RGB 1 91 116 -
CMYK 0.99 0.22 0 0.55
HSL 193.04º 0.98% 0.23% -
HSV(B) 193.04º 0.99% 0.45% -
XYZ 6.91 8.75 17.85 -
YUV 66.94 155.68 80.97 -
System Red Green Blue C M Y K H S L
Decimal 1 91 116 0.99 0.22 0 0.55 193.04 0.98 0.23
Hex 1 5B 74 63 16 0 37 C1 62 17
Octal 1 133 164 143 26 0 67 301 142 27
Binary 1 1011011 1110100 1100011 10110 0 110111 11000001 1100010 10111

Color Harmonies of #015B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B74

Black with #015B74

Text Example


Text Example

White with #015B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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