Html Css Color HEX #015D7C Blue Lagoon

📋 copy color: '#015D7C'

red 1 ◦ green 93 ◦ blue 124

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

Shades of Blue Lagoon #015D7C

Tints of Blue Lagoon #015D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.88%

R = 0.46%
G = 42.66%
B = 56.88%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#015D7C (or 0x015D7C) is known color: Blue Lagoon. HEX triplet: 01, 5D and 7C. RGB value is (1,93,124). Sum of RGB (Red+Green+Blue) = 1+93+124=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #015D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D7C is #FEA283. Grayscale: #444444. Windows color (decimal): -16687748 or 8150273. OLE color: 8150273.

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

Color convert

RGB 1 93 124 -
CMYK 0.99 0.25 0 0.51
HSL 195.12º 0.98% 0.25% -
HSV(B) 195.12º 0.99% 0.49% -
XYZ 7.56 9.29 20.46 -
YUV 69.03 159.02 79.48 -
System Red Green Blue C M Y K H S L
Decimal 1 93 124 0.99 0.25 0 0.51 195.12 0.98 0.25
Hex 1 5D 7C 63 19 0 33 C3 62 19
Octal 1 135 174 143 31 0 63 303 142 31
Binary 1 1011101 1111100 1100011 11001 0 110011 11000011 1100010 11001

Color Harmonies of #015D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D7C

Black with #015D7C

Text Example


Text Example

White with #015D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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