Html Css Color HEX #015769 Blue Lagoon

📋 copy color: '#015769'

red 1 ◦ green 87 ◦ blue 105

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

Shades of Blue Lagoon #015769

Tints of Blue Lagoon #015769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.08%

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

R = 0.52%
G = 45.08%
B = 54.4%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#015769 (or 0x015769) is known color: Blue Lagoon. HEX triplet: 01, 57 and 69. RGB value is (1,87,105). Sum of RGB (Red+Green+Blue) = 1+87+105=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #015769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015769 is #FEA896. Grayscale: #3F3F3F. Windows color (decimal): -16689303 or 6903553. OLE color: 6903553.

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

Color convert

RGB 1 87 105 -
CMYK 0.99 0.17 0 0.59
HSL 190.38º 0.98% 0.21% -
HSV(B) 190.38º 0.99% 0.41% -
XYZ 5.97 7.84 14.56 -
YUV 63.34 151.51 83.54 -
System Red Green Blue C M Y K H S L
Decimal 1 87 105 0.99 0.17 0 0.59 190.38 0.98 0.21
Hex 1 57 69 63 11 0 3B BE 62 15
Octal 1 127 151 143 21 0 73 276 142 25
Binary 1 1010111 1101001 1100011 10001 0 111011 10111110 1100010 10101

Color Harmonies of #015769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015769

Black with #015769

Text Example


Text Example

White with #015769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015769; }

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

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

background-color css

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

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

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

border-color css

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

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

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