#005474

Color #005474 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #005474

Tints of Blue Lagoon #005474

Color information

#005474 (or 0x005474) is unknown color: approx Blue Lagoon. HEX triplet: 00, 54 and 74. RGB value is (0,84,116). Sum of RGB (Red+Green+Blue) = 0+84+116=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #005474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005474 is #FFAB8B. Grayscale: #3E3E3E. Windows color (decimal): -16755596 or 7623680. OLE color: 7623680.

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

Color convert

RGB084116-
CMYK10.2800.55
HSL196.55º100%22.75%-
HSV(B)196.55º100%45.49%-
XYZ6.327.617.66-
YUV62.53158.1783.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 116 (45.70% from 255) = 58%
R=0%
G=42%
B=58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal08411610.2800.55196.5510022.75
Hex05474641C037c56417
Octal01241641443406730514427
Binary010101001110100110010011100011011111000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005474; }

 p { color: rgb(0,84,116); }

 H1.HeaderClassName
 {
   color: #005474;
 }
 .AnyTagClassName
 {
   color: #005474;
 }
</style>
background-color css

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

 a { background-color: rgb(0,84,116); }

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

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

 span { border-color: rgb(0,84,116); }

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