Html Css Color HEX #015867 Blue Lagoon

📋 copy color: '#015867'

red 1 ◦ green 88 ◦ blue 103

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

Shades of Blue Lagoon #015867

Tints of Blue Lagoon #015867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.65%

R = 0.52%
G = 45.83%
B = 53.65%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015867 (or 0x015867) is known color: Blue Lagoon. HEX triplet: 01, 58 and 67. RGB value is (1,88,103). Sum of RGB (Red+Green+Blue) = 1+88+103=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #015867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015867 is #FEA798. Grayscale: #3F3F3F. Windows color (decimal): -16689049 or 6772737. OLE color: 6772737.

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

Color convert

RGB 1 88 103 -
CMYK 0.99 0.15 0 0.60
HSL 188.82º 0.98% 0.2% -
HSV(B) 188.82º 0.99% 0.4% -
XYZ 5.95 7.97 14.06 -
YUV 63.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 1 88 103 0.99 0.15 0 0.60 188.82 0.98 0.2
Hex 1 58 67 63 F 0 3C BD 62 14
Octal 1 130 147 143 17 0 74 275 142 24
Binary 1 1011000 1100111 1100011 1111 0 111100 10111101 1100010 10100

Color Harmonies of #015867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015867

Black with #015867

Text Example


Text Example

White with #015867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015867; }

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

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

background-color css

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

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

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

border-color css

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

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

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