Html Css Color HEX #015E7A Blue Lagoon

📋 copy color: '#015E7A'

red 1 ◦ green 94 ◦ blue 122

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

Shades of Blue Lagoon #015E7A

Tints of Blue Lagoon #015E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.32%

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

R = 0.46%
G = 43.32%
B = 56.22%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#015E7A (or 0x015E7A) is known color: Blue Lagoon. HEX triplet: 01, 5E and 7A. RGB value is (1,94,122). Sum of RGB (Red+Green+Blue) = 1+94+122=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #015E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E7A is #FEA185. Grayscale: #454545. Windows color (decimal): -16687494 or 8019457. OLE color: 8019457.

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

Color convert

RGB 1 94 122 -
CMYK 0.99 0.23 0 0.52
HSL 193.88º 0.98% 0.24% -
HSV(B) 193.88º 0.99% 0.48% -
XYZ 7.53 9.42 19.83 -
YUV 69.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 1 94 122 0.99 0.23 0 0.52 193.88 0.98 0.24
Hex 1 5E 7A 63 17 0 34 C2 62 18
Octal 1 136 172 143 27 0 64 302 142 30
Binary 1 1011110 1111010 1100011 10111 0 110100 11000010 1100010 11000

Color Harmonies of #015E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E7A

Black with #015E7A

Text Example


Text Example

White with #015E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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