Html Css Color HEX #015E75 Blue Lagoon

📋 copy color: '#015E75'

red 1 ◦ green 94 ◦ blue 117

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

Shades of Blue Lagoon #015E75

Tints of Blue Lagoon #015E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.34%

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

R = 0.47%
G = 44.34%
B = 55.19%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015E75 (or 0x015E75) is known color: Blue Lagoon. HEX triplet: 01, 5E and 75. RGB value is (1,94,117). Sum of RGB (Red+Green+Blue) = 1+94+117=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #015E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E75 is #FEA18A. Grayscale: #444444. Windows color (decimal): -16687499 or 7691777. OLE color: 7691777.

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

Color convert

RGB 1 94 117 -
CMYK 0.99 0.20 0 0.54
HSL 191.9º 0.98% 0.23% -
HSV(B) 191.9º 0.99% 0.46% -
XYZ 7.23 9.3 18.24 -
YUV 68.82 155.19 79.63 -
System Red Green Blue C M Y K H S L
Decimal 1 94 117 0.99 0.20 0 0.54 191.9 0.98 0.23
Hex 1 5E 75 63 14 0 36 C0 62 17
Octal 1 136 165 143 24 0 66 300 142 27
Binary 1 1011110 1110101 1100011 10100 0 110110 11000000 1100010 10111

Color Harmonies of #015E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E75

Black with #015E75

Text Example


Text Example

White with #015E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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