#085467

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

Shades of Blue Lagoon #085467

Tints of Blue Lagoon #085467

Color information

#085467 (or 0x085467) is unknown color: approx Blue Lagoon. HEX triplet: 08, 54 and 67. RGB value is (8,84,103). Sum of RGB (Red+Green+Blue) = 8+84+103=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #085467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085467 is #F7AB98. Grayscale: #3F3F3F. Windows color (decimal): -16231321 or 6771720. OLE color: 6771720.

HSL color Cylindrical-coordinate representation of color #085467: hue angle of 192º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085467 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB884103-
CMYK0.920.1800.60
HSL192º85.59%21.76%-
HSV(B)192º92.23%40.39%-
XYZ5.727.3713.95-
YUV63.44150.3288.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=4.10%
G=43.08%
B=52.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8841030.920.1800.6019285.5921.76
Hex854675C1203Cc05616
Octal101241471342207430012626
Binary100010101001100111101110010010011110011000000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085467; }

 p { color: rgb(8,84,103); }

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

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

 a { background-color: rgb(8,84,103); }

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

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

 span { border-color: rgb(8,84,103); }

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