Html Css Color HEX #015868 Blue Lagoon

📋 copy color: '#015868'

red 1 ◦ green 88 ◦ blue 104

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

Shades of Blue Lagoon #015868

Tints of Blue Lagoon #015868

RGB

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

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

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

R = 0.52%
G = 45.6%
B = 53.89%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015868 (or 0x015868) is known color: Blue Lagoon. HEX triplet: 01, 58 and 68. RGB value is (1,88,104). Sum of RGB (Red+Green+Blue) = 1+88+104=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #015868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015868 is #FEA797. Grayscale: #3F3F3F. Windows color (decimal): -16689048 or 6838273. OLE color: 6838273.

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

Color convert

RGB 1 88 104 -
CMYK 0.99 0.15 0 0.59
HSL 189.32º 0.98% 0.21% -
HSV(B) 189.32º 0.99% 0.41% -
XYZ 6 7.99 14.32 -
YUV 63.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 1 88 104 0.99 0.15 0 0.59 189.32 0.98 0.21
Hex 1 58 68 63 F 0 3B BD 62 15
Octal 1 130 150 143 17 0 73 275 142 25
Binary 1 1011000 1101000 1100011 1111 0 111011 10111101 1100010 10101

Color Harmonies of #015868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015868

Black with #015868

Text Example


Text Example

White with #015868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015868; }

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

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

background-color css

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

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

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

border-color css

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

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

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