Html Css Color HEX #015A66 Blue Lagoon

📋 copy color: '#015A66'

red 1 ◦ green 90 ◦ blue 102

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

Shades of Blue Lagoon #015A66

Tints of Blue Lagoon #015A66

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.63%

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

R = 0.52%
G = 46.63%
B = 52.85%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#015A66 (or 0x015A66) is known color: Blue Lagoon. HEX triplet: 01, 5A and 66. RGB value is (1,90,102). Sum of RGB (Red+Green+Blue) = 1+90+102=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #015A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A66 is #FEA599. Grayscale: #404040. Windows color (decimal): -16688538 or 6707713. OLE color: 6707713.

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

Color convert

RGB 1 90 102 -
CMYK 0.99 0.12 0 0.6
HSL 187.13º 0.98% 0.2% -
HSV(B) 187.13º 0.99% 0.4% -
XYZ 6.07 8.28 13.85 -
YUV 64.76 149.01 82.52 -
System Red Green Blue C M Y K H S L
Decimal 1 90 102 0.99 0.12 0 0.6 187.13 0.98 0.2
Hex 1 5A 66 63 C 0 3C BB 62 14
Octal 1 132 146 143 14 0 74 273 142 24
Binary 1 1011010 1100110 1100011 1100 0 111100 10111011 1100010 10100

Color Harmonies of #015A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A66

Black with #015A66

Text Example


Text Example

White with #015A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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