Html Css Color HEX #015E6A Blue Lagoon

📋 copy color: '#015E6A'

red 1 ◦ green 94 ◦ blue 106

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

Shades of Blue Lagoon #015E6A

Tints of Blue Lagoon #015E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 52.74%

R = 0.5%
G = 46.77%
B = 52.74%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#015E6A (or 0x015E6A) is known color: Blue Lagoon. HEX triplet: 01, 5E and 6A. RGB value is (1,94,106). Sum of RGB (Red+Green+Blue) = 1+94+106=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 94 (37.11% from 255 or 46.77% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #015E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E6A is #FEA195. Grayscale: #434343. Windows color (decimal): -16687510 or 6970881. OLE color: 6970881.

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

Color convert

RGB 1 94 106 -
CMYK 0.99 0.11 0 0.58
HSL 186.86º 0.98% 0.21% -
HSV(B) 186.86º 0.99% 0.42% -
XYZ 6.62 9.05 15.03 -
YUV 67.56 149.69 80.52 -
System Red Green Blue C M Y K H S L
Decimal 1 94 106 0.99 0.11 0 0.58 186.86 0.98 0.21
Hex 1 5E 6A 63 B 0 3A BB 62 15
Octal 1 136 152 143 13 0 72 273 142 25
Binary 1 1011110 1101010 1100011 1011 0 111010 10111011 1100010 10101

Color Harmonies of #015E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E6A

Black with #015E6A

Text Example


Text Example

White with #015E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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