Html Css Color HEX #015E66 Blue Lagoon

📋 copy color: '#015E66'

red 1 ◦ green 94 ◦ blue 102

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

Shades of Blue Lagoon #015E66

Tints of Blue Lagoon #015E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 0.51%
G = 47.72%
B = 51.78%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#015E66 (or 0x015E66) is known color: Blue Lagoon. HEX triplet: 01, 5E and 66. RGB value is (1,94,102). Sum of RGB (Red+Green+Blue) = 1+94+102=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #015E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E66 is #FEA199. Grayscale: #424242. Windows color (decimal): -16687514 or 6708737. OLE color: 6708737.

HSL color Cylindrical-coordinate representation of color #015E66: hue angle of 184.75º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E66 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 94 102 -
CMYK 0.99 0.08 0 0.6
HSL 184.75º 0.98% 0.2% -
HSV(B) 184.75º 0.99% 0.4% -
XYZ 6.41 8.97 13.96 -
YUV 67.11 147.69 80.85 -
System Red Green Blue C M Y K H S L
Decimal 1 94 102 0.99 0.08 0 0.6 184.75 0.98 0.2
Hex 1 5E 66 63 8 0 3C B9 62 14
Octal 1 136 146 143 10 0 74 271 142 24
Binary 1 1011110 1100110 1100011 1000 0 111100 10111001 1100010 10100

Color Harmonies of #015E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E66

Black with #015E66

Text Example


Text Example

White with #015E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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