#005168

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

Shades of Blue Lagoon #005168

Tints of Blue Lagoon #005168

Color information

#005168 (or 0x005168) is unknown color: approx Blue Lagoon. HEX triplet: 00, 51 and 68. RGB value is (0,81,104). Sum of RGB (Red+Green+Blue) = 0+81+104=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #005168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005168 is #FFAE97. Grayscale: #3B3B3B. Windows color (decimal): -16756376 or 6836480. OLE color: 6836480.

HSL color Cylindrical-coordinate representation of color #005168: hue angle of 193.27º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005168 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB081104-
CMYK10.2200.59
HSL193.27º100%20.39%-
HSV(B)193.27º100%40.78%-
XYZ5.446.8814.14-
YUV59.4153.1685.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=0%
G=43.78%
B=56.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal08110410.2200.59193.2710020.39
Hex05168641603Bc16414
Octal01211501442607330114424
Binary010100011101000110010010110011101111000001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005168; }

 p { color: rgb(0,81,104); }

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

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

 a { background-color: rgb(0,81,104); }

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

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

 span { border-color: rgb(0,81,104); }

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