Html Css Color HEX #015F75 Blue Lagoon

📋 copy color: '#015F75'

red 1 ◦ green 95 ◦ blue 117

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

Shades of Blue Lagoon #015F75

Tints of Blue Lagoon #015F75

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.6%

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

R = 0.47%
G = 44.6%
B = 54.93%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015F75 (or 0x015F75) is known color: Blue Lagoon. HEX triplet: 01, 5F and 75. RGB value is (1,95,117). Sum of RGB (Red+Green+Blue) = 1+95+117=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #015F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F75 is #FEA08A. Grayscale: #454545. Windows color (decimal): -16687243 or 7692033. OLE color: 7692033.

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

Color convert

RGB 1 95 117 -
CMYK 0.99 0.19 0 0.54
HSL 191.38º 0.98% 0.23% -
HSV(B) 191.38º 0.99% 0.46% -
XYZ 7.32 9.48 18.27 -
YUV 69.4 154.86 79.21 -
System Red Green Blue C M Y K H S L
Decimal 1 95 117 0.99 0.19 0 0.54 191.38 0.98 0.23
Hex 1 5F 75 63 13 0 36 BF 62 17
Octal 1 137 165 143 23 0 66 277 142 27
Binary 1 1011111 1110101 1100011 10011 0 110110 10111111 1100010 10111

Color Harmonies of #015F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F75

Black with #015F75

Text Example


Text Example

White with #015F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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