Html Css Color HEX #015568 Blue Lagoon

📋 copy color: '#015568'

red 1 ◦ green 85 ◦ blue 104

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

Shades of Blue Lagoon #015568

Tints of Blue Lagoon #015568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 0.53%
G = 44.74%
B = 54.74%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015568 (or 0x015568) is known color: Blue Lagoon. HEX triplet: 01, 55 and 68. RGB value is (1,85,104). Sum of RGB (Red+Green+Blue) = 1+85+104=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #015568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015568 is #FEAA97. Grayscale: #3D3D3D. Windows color (decimal): -16689816 or 6837505. OLE color: 6837505.

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

Color convert

RGB 1 85 104 -
CMYK 0.99 0.18 0 0.59
HSL 191.07º 0.98% 0.21% -
HSV(B) 191.07º 0.99% 0.41% -
XYZ 5.76 7.5 14.24 -
YUV 62.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 1 85 104 0.99 0.18 0 0.59 191.07 0.98 0.21
Hex 1 55 68 63 12 0 3B BF 62 15
Octal 1 125 150 143 22 0 73 277 142 25
Binary 1 1010101 1101000 1100011 10010 0 111011 10111111 1100010 10101

Color Harmonies of #015568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015568

Black with #015568

Text Example


Text Example

White with #015568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015568; }

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

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

background-color css

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

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

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

border-color css

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

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

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