Html Css Color HEX #015D7E Blue Lagoon

📋 copy color: '#015D7E'

red 1 ◦ green 93 ◦ blue 126

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

Shades of Blue Lagoon #015D7E

Tints of Blue Lagoon #015D7E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.27%

 BLUE value IS 126 (49.61% from 255) = 57.27%

R = 0.45%
G = 42.27%
B = 57.27%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#015D7E (or 0x015D7E) is known color: Blue Lagoon. HEX triplet: 01, 5D and 7E. RGB value is (1,93,126). Sum of RGB (Red+Green+Blue) = 1+93+126=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #015D7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D7E is #FEA281. Grayscale: #454545. Windows color (decimal): -16687746 or 8281345. OLE color: 8281345.

HSL color Cylindrical-coordinate representation of color #015D7E: hue angle of 195.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D7E is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 93 126 -
CMYK 0.99 0.26 0 0.51
HSL 195.84º 0.98% 0.25% -
HSV(B) 195.84º 0.99% 0.49% -
XYZ 7.69 9.34 21.14 -
YUV 69.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 1 93 126 0.99 0.26 0 0.51 195.84 0.98 0.25
Hex 1 5D 7E 63 1A 0 33 C4 62 19
Octal 1 135 176 143 32 0 63 304 142 31
Binary 1 1011101 1111110 1100011 11010 0 110011 11000100 1100010 11001

Color Harmonies of #015D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D7E

Black with #015D7E

Text Example


Text Example

White with #015D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,93,126); }

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

background-color css

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

 a { background-color: rgb(1,93,126); }

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

border-color css

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

 span { border-color: rgb(1,93,126); }

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