Html Css Color HEX #085469 Blue Lagoon

📋 copy color: '#085469'

red 8 ◦ green 84 ◦ blue 105

#085469
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #085469

Tints of Blue Lagoon #085469

RGB

 RED value IS 8 (3.52% from 255) = 4.06%

 GREEN value IS 84 (33.2% from 255) = 42.64%

 BLUE value IS 105 (41.41% from 255) = 53.3%

R = 4.06%
G = 42.64%
B = 53.3%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#085469 (or 0x085469) is known color: Blue Lagoon. HEX triplet: 08, 54 and 69. RGB value is (8,84,105). Sum of RGB (Red+Green+Blue) = 8+84+105=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #085469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085469 is #F7AB96. Grayscale: #3F3F3F. Windows color (decimal): -16231319 or 6902792. OLE color: 6902792.

HSL color Cylindrical-coordinate representation of color #085469: hue angle of 192.99º 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 #085469 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 84 105 -
CMYK 0.92 0.20 0 0.59
HSL 192.99º 0.86% 0.22% -
HSV(B) 192.99º 0.92% 0.41% -
XYZ 5.82 7.41 14.49 -
YUV 63.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 8 84 105 0.92 0.20 0 0.59 192.99 0.86 0.22
Hex 8 54 69 5C 14 0 3B C1 56 16
Octal 10 124 151 134 24 0 73 301 126 26
Binary 1000 1010100 1101001 1011100 10100 0 111011 11000001 1010110 10110

Color Harmonies of #085469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085469

Black with #085469

Text Example


Text Example

White with #085469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085469; }

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

 H1.HeaderClassName
 {
   color: #085469;
 }
 .AnyTagClassName
 {
   color: #085469;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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