Html Css Color HEX #015A6E Blue Lagoon

📋 copy color: '#015A6E'

red 1 ◦ green 90 ◦ blue 110

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

Shades of Blue Lagoon #015A6E

Tints of Blue Lagoon #015A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 0.5%
G = 44.78%
B = 54.73%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#015A6E (or 0x015A6E) is known color: Blue Lagoon. HEX triplet: 01, 5A and 6E. RGB value is (1,90,110). Sum of RGB (Red+Green+Blue) = 1+90+110=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #015A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A6E is #FEA591. Grayscale: #414141. Windows color (decimal): -16688530 or 7232001. OLE color: 7232001.

HSL color Cylindrical-coordinate representation of color #015A6E: hue angle of 191.01º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A6E is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 90 110 -
CMYK 0.99 0.18 0 0.57
HSL 191.01º 0.98% 0.22% -
HSV(B) 191.01º 0.99% 0.43% -
XYZ 6.48 8.44 16.04 -
YUV 65.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 1 90 110 0.99 0.18 0 0.57 191.01 0.98 0.22
Hex 1 5A 6E 63 12 0 39 BF 62 16
Octal 1 132 156 143 22 0 71 277 142 26
Binary 1 1011010 1101110 1100011 10010 0 111001 10111111 1100010 10110

Color Harmonies of #015A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A6E

Black with #015A6E

Text Example


Text Example

White with #015A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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