Html Css Color HEX #015D68 Blue Lagoon

📋 copy color: '#015D68'

red 1 ◦ green 93 ◦ blue 104

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

Shades of Blue Lagoon #015D68

Tints of Blue Lagoon #015D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 0.51%
G = 46.97%
B = 52.53%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015D68 (or 0x015D68) is known color: Blue Lagoon. HEX triplet: 01, 5D and 68. RGB value is (1,93,104). Sum of RGB (Red+Green+Blue) = 1+93+104=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #015D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D68 is #FEA297. Grayscale: #424242. Windows color (decimal): -16687768 or 6839553. OLE color: 6839553.

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

Color convert

RGB 1 93 104 -
CMYK 0.99 0.11 0 0.59
HSL 186.41º 0.98% 0.21% -
HSV(B) 186.41º 0.99% 0.41% -
XYZ 6.43 8.83 14.46 -
YUV 66.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 1 93 104 0.99 0.11 0 0.59 186.41 0.98 0.21
Hex 1 5D 68 63 B 0 3B BA 62 15
Octal 1 135 150 143 13 0 73 272 142 25
Binary 1 1011101 1101000 1100011 1011 0 111011 10111010 1100010 10101

Color Harmonies of #015D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D68

Black with #015D68

Text Example


Text Example

White with #015D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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