Html Css Color HEX #015869 Blue Lagoon

📋 copy color: '#015869'

red 1 ◦ green 88 ◦ blue 105

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

Shades of Blue Lagoon #015869

Tints of Blue Lagoon #015869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.12%

R = 0.52%
G = 45.36%
B = 54.12%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015869 (or 0x015869) is known color: Blue Lagoon. HEX triplet: 01, 58 and 69. RGB value is (1,88,105). Sum of RGB (Red+Green+Blue) = 1+88+105=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #015869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015869 is #FEA796. Grayscale: #3F3F3F. Windows color (decimal): -16689047 or 6903809. OLE color: 6903809.

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

Color convert

RGB 1 88 105 -
CMYK 0.99 0.16 0 0.59
HSL 189.81º 0.98% 0.21% -
HSV(B) 189.81º 0.99% 0.41% -
XYZ 6.05 8.01 14.59 -
YUV 63.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 1 88 105 0.99 0.16 0 0.59 189.81 0.98 0.21
Hex 1 58 69 63 10 0 3B BE 62 15
Octal 1 130 151 143 20 0 73 276 142 25
Binary 1 1011000 1101001 1100011 10000 0 111011 10111110 1100010 10101

Color Harmonies of #015869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015869

Black with #015869

Text Example


Text Example

White with #015869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015869; }

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

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

background-color css

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

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

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

border-color css

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

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

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