Html Css Color HEX #015D75 Blue Lagoon

📋 copy color: '#015D75'

red 1 ◦ green 93 ◦ blue 117

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

Shades of Blue Lagoon #015D75

Tints of Blue Lagoon #015D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 0.47%
G = 44.08%
B = 55.45%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015D75 (or 0x015D75) is known color: Blue Lagoon. HEX triplet: 01, 5D and 75. RGB value is (1,93,117). Sum of RGB (Red+Green+Blue) = 1+93+117=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #015D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D75 is #FEA28A. Grayscale: #444444. Windows color (decimal): -16687755 or 7691521. OLE color: 7691521.

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

Color convert

RGB 1 93 117 -
CMYK 0.99 0.21 0 0.54
HSL 192.41º 0.98% 0.23% -
HSV(B) 192.41º 0.99% 0.46% -
XYZ 7.14 9.12 18.21 -
YUV 68.23 155.52 80.05 -
System Red Green Blue C M Y K H S L
Decimal 1 93 117 0.99 0.21 0 0.54 192.41 0.98 0.23
Hex 1 5D 75 63 15 0 36 C0 62 17
Octal 1 135 165 143 25 0 66 300 142 27
Binary 1 1011101 1110101 1100011 10101 0 110110 11000000 1100010 10111

Color Harmonies of #015D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D75

Black with #015D75

Text Example


Text Example

White with #015D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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