#005376

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

Shades of Blue Lagoon #005376

Tints of Blue Lagoon #005376

Color information

#005376 (or 0x005376) is unknown color: approx Blue Lagoon. HEX triplet: 00, 53 and 76. RGB value is (0,83,118). Sum of RGB (Red+Green+Blue) = 0+83+118=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #005376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005376 is #FFAC89. Grayscale: #3D3D3D. Windows color (decimal): -16755850 or 7754496. OLE color: 7754496.

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

Color convert

RGB083118-
CMYK10.3000.54
HSL197.8º100%23.14%-
HSV(B)197.8º100%46.27%-
XYZ6.367.4918.25-
YUV62.17159.583.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=0%
G=41.29%
B=58.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal08311810.3000.54197.810023.14
Hex05376641E036c66417
Octal01231661443606630614427
Binary010100111110110110010011110011011011000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005376; }

 p { color: rgb(0,83,118); }

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

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

 a { background-color: rgb(0,83,118); }

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

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

 span { border-color: rgb(0,83,118); }

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