Html Css Color HEX #015D6B Blue Lagoon

📋 copy color: '#015D6B'

red 1 ◦ green 93 ◦ blue 107

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

Shades of Blue Lagoon #015D6B

Tints of Blue Lagoon #015D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 53.23%

R = 0.5%
G = 46.27%
B = 53.23%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#015D6B (or 0x015D6B) is known color: Blue Lagoon. HEX triplet: 01, 5D and 6B. RGB value is (1,93,107). Sum of RGB (Red+Green+Blue) = 1+93+107=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #015D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D6B is #FEA294. Grayscale: #424242. Windows color (decimal): -16687765 or 7036161. OLE color: 7036161.

HSL color Cylindrical-coordinate representation of color #015D6B: hue angle of 187.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D6B is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 93 107 -
CMYK 0.99 0.13 0 0.58
HSL 187.92º 0.98% 0.21% -
HSV(B) 187.92º 0.99% 0.42% -
XYZ 6.58 8.9 15.28 -
YUV 67.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 1 93 107 0.99 0.13 0 0.58 187.92 0.98 0.21
Hex 1 5D 6B 63 D 0 3A BC 62 15
Octal 1 135 153 143 15 0 72 274 142 25
Binary 1 1011101 1101011 1100011 1101 0 111010 10111100 1100010 10101

Color Harmonies of #015D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D6B

Black with #015D6B

Text Example


Text Example

White with #015D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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