Html Css Color HEX #015670 Blue Lagoon

📋 copy color: '#015670'

red 1 ◦ green 86 ◦ blue 112

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

Shades of Blue Lagoon #015670

Tints of Blue Lagoon #015670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.28%

R = 0.5%
G = 43.22%
B = 56.28%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015670 (or 0x015670) is known color: Blue Lagoon. HEX triplet: 01, 56 and 70. RGB value is (1,86,112). Sum of RGB (Red+Green+Blue) = 1+86+112=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #015670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015670 is #FEA98F. Grayscale: #3F3F3F. Windows color (decimal): -16689552 or 7362049. OLE color: 7362049.

HSL color Cylindrical-coordinate representation of color #015670: hue angle of 194.05º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015670 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 86 112 -
CMYK 0.99 0.23 0 0.56
HSL 194.05º 0.98% 0.22% -
HSV(B) 194.05º 0.99% 0.44% -
XYZ 6.26 7.83 16.51 -
YUV 63.55 155.34 83.39 -
System Red Green Blue C M Y K H S L
Decimal 1 86 112 0.99 0.23 0 0.56 194.05 0.98 0.22
Hex 1 56 70 63 17 0 38 C2 62 16
Octal 1 126 160 143 27 0 70 302 142 26
Binary 1 1010110 1110000 1100011 10111 0 111000 11000010 1100010 10110

Color Harmonies of #015670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015670

Black with #015670

Text Example


Text Example

White with #015670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015670; }

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

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

background-color css

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

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

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

border-color css

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

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

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