Html Css Color HEX #015F69 Blue Lagoon

📋 copy color: '#015F69'

red 1 ◦ green 95 ◦ blue 105

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

Shades of Blue Lagoon #015F69

Tints of Blue Lagoon #015F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.24%

R = 0.5%
G = 47.26%
B = 52.24%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015F69 (or 0x015F69) is known color: Blue Lagoon. HEX triplet: 01, 5F and 69. RGB value is (1,95,105). Sum of RGB (Red+Green+Blue) = 1+95+105=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #015F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F69 is #FEA096. Grayscale: #434343. Windows color (decimal): -16687255 or 6905601. OLE color: 6905601.

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

Color convert

RGB 1 95 105 -
CMYK 0.99 0.10 0 0.59
HSL 185.77º 0.98% 0.21% -
HSV(B) 185.77º 0.99% 0.41% -
XYZ 6.65 9.21 14.79 -
YUV 68.03 148.86 80.19 -
System Red Green Blue C M Y K H S L
Decimal 1 95 105 0.99 0.10 0 0.59 185.77 0.98 0.21
Hex 1 5F 69 63 A 0 3B BA 62 15
Octal 1 137 151 143 12 0 73 272 142 25
Binary 1 1011111 1101001 1100011 1010 0 111011 10111010 1100010 10101

Color Harmonies of #015F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F69

Black with #015F69

Text Example


Text Example

White with #015F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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