Html Css Color HEX #015A6D Blue Lagoon

📋 copy color: '#015A6D'

red 1 ◦ green 90 ◦ blue 109

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

Shades of Blue Lagoon #015A6D

Tints of Blue Lagoon #015A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.5%

R = 0.5%
G = 45%
B = 54.5%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#015A6D (or 0x015A6D) is known color: Blue Lagoon. HEX triplet: 01, 5A and 6D. RGB value is (1,90,109). Sum of RGB (Red+Green+Blue) = 1+90+109=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #015A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A6D is #FEA592. Grayscale: #414141. Windows color (decimal): -16688531 or 7166465. OLE color: 7166465.

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

Color convert

RGB 1 90 109 -
CMYK 0.99 0.17 0 0.57
HSL 190.56º 0.98% 0.22% -
HSV(B) 190.56º 0.99% 0.43% -
XYZ 6.43 8.42 15.75 -
YUV 65.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 1 90 109 0.99 0.17 0 0.57 190.56 0.98 0.22
Hex 1 5A 6D 63 11 0 39 BF 62 16
Octal 1 132 155 143 21 0 71 277 142 26
Binary 1 1011010 1101101 1100011 10001 0 111001 10111111 1100010 10110

Color Harmonies of #015A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A6D

Black with #015A6D

Text Example


Text Example

White with #015A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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