Html Css Color HEX #015667 Blue Lagoon

📋 copy color: '#015667'

red 1 ◦ green 86 ◦ blue 103

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

Shades of Blue Lagoon #015667

Tints of Blue Lagoon #015667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.26%

 BLUE value IS 103 (40.63% from 255) = 54.21%

R = 0.53%
G = 45.26%
B = 54.21%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015667 (or 0x015667) is known color: Blue Lagoon. HEX triplet: 01, 56 and 67. RGB value is (1,86,103). Sum of RGB (Red+Green+Blue) = 1+86+103=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #015667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015667 is #FEA998. Grayscale: #3E3E3E. Windows color (decimal): -16689561 or 6772225. OLE color: 6772225.

HSL color Cylindrical-coordinate representation of color #015667: hue angle of 190º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015667 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 86 103 -
CMYK 0.99 0.17 0 0.60
HSL 190º 0.98% 0.2% -
HSV(B) 190º 0.99% 0.4% -
XYZ 5.79 7.64 14 -
YUV 62.52 150.84 84.12 -
System Red Green Blue C M Y K H S L
Decimal 1 86 103 0.99 0.17 0 0.60 190 0.98 0.2
Hex 1 56 67 63 11 0 3C BE 62 14
Octal 1 126 147 143 21 0 74 276 142 24
Binary 1 1010110 1100111 1100011 10001 0 111100 10111110 1100010 10100

Color Harmonies of #015667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015667

Black with #015667

Text Example


Text Example

White with #015667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015667; }

 p { color: rgb(1,86,103); }

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

background-color css

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

 a { background-color: rgb(1,86,103); }

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

border-color css

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

 span { border-color: rgb(1,86,103); }

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