Html Css Color HEX #015476 Blue Lagoon

📋 copy color: '#015476'

red 1 ◦ green 84 ◦ blue 118

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

Shades of Blue Lagoon #015476

Tints of Blue Lagoon #015476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 0.49%
G = 41.38%
B = 58.13%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015476 (or 0x015476) is known color: Blue Lagoon. HEX triplet: 01, 54 and 76. RGB value is (1,84,118). Sum of RGB (Red+Green+Blue) = 1+84+118=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #015476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015476 is #FEAB89. Grayscale: #3E3E3E. Windows color (decimal): -16690058 or 7754753. OLE color: 7754753.

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

Color convert

RGB 1 84 118 -
CMYK 0.99 0.29 0 0.54
HSL 197.44º 0.98% 0.23% -
HSV(B) 197.44º 0.99% 0.46% -
XYZ 6.45 7.66 18.28 -
YUV 63.06 159 83.74 -
System Red Green Blue C M Y K H S L
Decimal 1 84 118 0.99 0.29 0 0.54 197.44 0.98 0.23
Hex 1 54 76 63 1D 0 36 C5 62 17
Octal 1 124 166 143 35 0 66 305 142 27
Binary 1 1010100 1110110 1100011 11101 0 110110 11000101 1100010 10111

Color Harmonies of #015476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015476

Black with #015476

Text Example


Text Example

White with #015476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015476; }

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

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

background-color css

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

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

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

border-color css

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

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

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