Html Css Color HEX #015570 Blue Lagoon

📋 copy color: '#015570'

red 1 ◦ green 85 ◦ blue 112

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

Shades of Blue Lagoon #015570

Tints of Blue Lagoon #015570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

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

R = 0.51%
G = 42.93%
B = 56.57%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015570 (or 0x015570) is known color: Blue Lagoon. HEX triplet: 01, 55 and 70. RGB value is (1,85,112). Sum of RGB (Red+Green+Blue) = 1+85+112=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #015570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015570 is #FEAA8F. Grayscale: #3E3E3E. Windows color (decimal): -16689808 or 7361793. OLE color: 7361793.

HSL color Cylindrical-coordinate representation of color #015570: hue angle of 194.59º 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 #015570 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 85 112 -
CMYK 0.99 0.24 0 0.56
HSL 194.59º 0.98% 0.22% -
HSV(B) 194.59º 0.99% 0.44% -
XYZ 6.19 7.67 16.48 -
YUV 62.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 1 85 112 0.99 0.24 0 0.56 194.59 0.98 0.22
Hex 1 55 70 63 18 0 38 C3 62 16
Octal 1 125 160 143 30 0 70 303 142 26
Binary 1 1010101 1110000 1100011 11000 0 111000 11000011 1100010 10110

Color Harmonies of #015570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015570

Black with #015570

Text Example


Text Example

White with #015570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015570; }

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

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

background-color css

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

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

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

border-color css

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

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

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