Html Css Color HEX #015864 Blue Lagoon

📋 copy color: '#015864'

red 1 ◦ green 88 ◦ blue 100

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

Shades of Blue Lagoon #015864

Tints of Blue Lagoon #015864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 52.91%

R = 0.53%
G = 46.56%
B = 52.91%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015864 (or 0x015864) is known color: Blue Lagoon. HEX triplet: 01, 58 and 64. RGB value is (1,88,100). Sum of RGB (Red+Green+Blue) = 1+88+100=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #015864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015864 is #FEA79B. Grayscale: #3F3F3F. Windows color (decimal): -16689052 or 6576129. OLE color: 6576129.

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

Color convert

RGB 1 88 100 -
CMYK 0.99 0.12 0 0.61
HSL 187.27º 0.98% 0.2% -
HSV(B) 187.27º 0.99% 0.39% -
XYZ 5.8 7.91 13.28 -
YUV 63.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 1 88 100 0.99 0.12 0 0.61 187.27 0.98 0.2
Hex 1 58 64 63 C 0 3D BB 62 14
Octal 1 130 144 143 14 0 75 273 142 24
Binary 1 1011000 1100100 1100011 1100 0 111101 10111011 1100010 10100

Color Harmonies of #015864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015864

Black with #015864

Text Example


Text Example

White with #015864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015864; }

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

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

background-color css

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

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

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

border-color css

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

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

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