Html Css Color HEX #085269 Blue Lagoon

📋 copy color: '#085269'

red 8 ◦ green 82 ◦ blue 105

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

Shades of Blue Lagoon #085269

Tints of Blue Lagoon #085269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.05%

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

R = 4.1%
G = 42.05%
B = 53.85%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#085269 (or 0x085269) is known color: Blue Lagoon. HEX triplet: 08, 52 and 69. RGB value is (8,82,105). Sum of RGB (Red+Green+Blue) = 8+82+105=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #085269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085269 is #F7AD96. Grayscale: #3E3E3E. Windows color (decimal): -16231831 or 6902280. OLE color: 6902280.

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

Color convert

RGB 8 82 105 -
CMYK 0.92 0.22 0 0.59
HSL 194.23º 0.86% 0.22% -
HSV(B) 194.23º 0.92% 0.41% -
XYZ 5.67 7.11 14.44 -
YUV 62.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 8 82 105 0.92 0.22 0 0.59 194.23 0.86 0.22
Hex 8 52 69 5C 16 0 3B C2 56 16
Octal 10 122 151 134 26 0 73 302 126 26
Binary 1000 1010010 1101001 1011100 10110 0 111011 11000010 1010110 10110

Color Harmonies of #085269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085269

Black with #085269

Text Example


Text Example

White with #085269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085269; }

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

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

background-color css

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

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

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

border-color css

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

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

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