Html Css Color HEX #015B7A Blue Lagoon

📋 copy color: '#015B7A'

red 1 ◦ green 91 ◦ blue 122

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

Shades of Blue Lagoon #015B7A

Tints of Blue Lagoon #015B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.01%

R = 0.47%
G = 42.52%
B = 57.01%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#015B7A (or 0x015B7A) is known color: Blue Lagoon. HEX triplet: 01, 5B and 7A. RGB value is (1,91,122). Sum of RGB (Red+Green+Blue) = 1+91+122=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #015B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B7A is #FEA485. Grayscale: #434343. Windows color (decimal): -16688262 or 8018689. OLE color: 8018689.

HSL color Cylindrical-coordinate representation of color #015B7A: hue angle of 195.37º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B7A is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 91 122 -
CMYK 0.99 0.25 0 0.52
HSL 195.37º 0.98% 0.24% -
HSV(B) 195.37º 0.99% 0.48% -
XYZ 7.27 8.89 19.75 -
YUV 67.62 158.68 80.48 -
System Red Green Blue C M Y K H S L
Decimal 1 91 122 0.99 0.25 0 0.52 195.37 0.98 0.24
Hex 1 5B 7A 63 19 0 34 C3 62 18
Octal 1 133 172 143 31 0 64 303 142 30
Binary 1 1011011 1111010 1100011 11001 0 110100 11000011 1100010 11000

Color Harmonies of #015B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B7A

Black with #015B7A

Text Example


Text Example

White with #015B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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