#085369

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

Shades of Blue Lagoon #085369

Tints of Blue Lagoon #085369

Color information

#085369 (or 0x085369) is unknown color: approx Blue Lagoon. HEX triplet: 08, 53 and 69. RGB value is (8,83,105). Sum of RGB (Red+Green+Blue) = 8+83+105=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #085369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085369 is #F7AC96. Grayscale: #3E3E3E. Windows color (decimal): -16231575 or 6902536. OLE color: 6902536.

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

Color convert

RGB883105-
CMYK0.920.2100.59
HSL193.61º85.84%22.16%-
HSV(B)193.61º92.38%41.18%-
XYZ5.747.2614.46-
YUV63.08151.6588.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 83 (32.81% from 255) = 42.35%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=4.08%
G=42.35%
B=53.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8831050.920.2100.59193.6185.8422.16
Hex853695C1503Bc25616
Octal101231511342507330212626
Binary100010100111101001101110010101011101111000010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085369; }

 p { color: rgb(8,83,105); }

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

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

 a { background-color: rgb(8,83,105); }

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

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

 span { border-color: rgb(8,83,105); }

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