Html Css Color HEX #015473 Blue Lagoon

📋 copy color: '#015473'

red 1 ◦ green 84 ◦ blue 115

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

Shades of Blue Lagoon #015473

Tints of Blue Lagoon #015473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 0.5%
G = 42%
B = 57.5%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015473 (or 0x015473) is known color: Blue Lagoon. HEX triplet: 01, 54 and 73. RGB value is (1,84,115). Sum of RGB (Red+Green+Blue) = 1+84+115=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #015473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015473 is #FEAB8C. Grayscale: #3E3E3E. Windows color (decimal): -16690061 or 7558145. OLE color: 7558145.

HSL color Cylindrical-coordinate representation of color #015473: hue angle of 196.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015473 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 84 115 -
CMYK 0.99 0.27 0 0.55
HSL 196.32º 0.98% 0.23% -
HSV(B) 196.32º 0.99% 0.45% -
XYZ 6.28 7.58 17.35 -
YUV 62.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 1 84 115 0.99 0.27 0 0.55 196.32 0.98 0.23
Hex 1 54 73 63 1B 0 37 C4 62 17
Octal 1 124 163 143 33 0 67 304 142 27
Binary 1 1010100 1110011 1100011 11011 0 110111 11000100 1100010 10111

Color Harmonies of #015473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015473

Black with #015473

Text Example


Text Example

White with #015473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015473; }

 p { color: rgb(1,84,115); }

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

background-color css

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

 a { background-color: rgb(1,84,115); }

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

border-color css

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

 span { border-color: rgb(1,84,115); }

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