Html Css Color HEX #015F6B Blue Lagoon

📋 copy color: '#015F6B'

red 1 ◦ green 95 ◦ blue 107

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

Shades of Blue Lagoon #015F6B

Tints of Blue Lagoon #015F6B

RGB

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

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

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

R = 0.49%
G = 46.8%
B = 52.71%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#015F6B (or 0x015F6B) is known color: Blue Lagoon. HEX triplet: 01, 5F and 6B. RGB value is (1,95,107). Sum of RGB (Red+Green+Blue) = 1+95+107=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #015F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F6B is #FEA094. Grayscale: #444444. Windows color (decimal): -16687253 or 7036673. OLE color: 7036673.

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

Color convert

RGB 1 95 107 -
CMYK 0.99 0.11 0 0.58
HSL 186.79º 0.98% 0.21% -
HSV(B) 186.79º 0.99% 0.42% -
XYZ 6.76 9.25 15.34 -
YUV 68.26 149.86 80.02 -
System Red Green Blue C M Y K H S L
Decimal 1 95 107 0.99 0.11 0 0.58 186.79 0.98 0.21
Hex 1 5F 6B 63 B 0 3A BB 62 15
Octal 1 137 153 143 13 0 72 273 142 25
Binary 1 1011111 1101011 1100011 1011 0 111010 10111011 1100010 10101

Color Harmonies of #015F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F6B

Black with #015F6B

Text Example


Text Example

White with #015F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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