Html Css Color HEX #015866 Blue Lagoon

📋 copy color: '#015866'

red 1 ◦ green 88 ◦ blue 102

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

Shades of Blue Lagoon #015866

Tints of Blue Lagoon #015866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.07%

 BLUE value IS 102 (40.23% from 255) = 53.4%

R = 0.52%
G = 46.07%
B = 53.4%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#015866 (or 0x015866) is known color: Blue Lagoon. HEX triplet: 01, 58 and 66. RGB value is (1,88,102). Sum of RGB (Red+Green+Blue) = 1+88+102=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #015866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015866 is #FEA799. Grayscale: #3F3F3F. Windows color (decimal): -16689050 or 6707201. OLE color: 6707201.

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

Color convert

RGB 1 88 102 -
CMYK 0.99 0.14 0 0.6
HSL 188.32º 0.98% 0.2% -
HSV(B) 188.32º 0.99% 0.4% -
XYZ 5.9 7.95 13.79 -
YUV 63.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 1 88 102 0.99 0.14 0 0.6 188.32 0.98 0.2
Hex 1 58 66 63 E 0 3C BC 62 14
Octal 1 130 146 143 16 0 74 274 142 24
Binary 1 1011000 1100110 1100011 1110 0 111100 10111100 1100010 10100

Color Harmonies of #015866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015866

Black with #015866

Text Example


Text Example

White with #015866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015866; }

 p { color: rgb(1,88,102); }

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

background-color css

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

 a { background-color: rgb(1,88,102); }

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

border-color css

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

 span { border-color: rgb(1,88,102); }

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