Html Css Color HEX #085268 Blue Lagoon

📋 copy color: '#085268'

red 8 ◦ green 82 ◦ blue 104

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

Shades of Blue Lagoon #085268

Tints of Blue Lagoon #085268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 4.12%
G = 42.27%
B = 53.61%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#085268 (or 0x085268) is known color: Blue Lagoon. HEX triplet: 08, 52 and 68. RGB value is (8,82,104). Sum of RGB (Red+Green+Blue) = 8+82+104=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #085268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085268 is #F7AD97. Grayscale: #3E3E3E. Windows color (decimal): -16231832 or 6836744. OLE color: 6836744.

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

Color convert

RGB 8 82 104 -
CMYK 0.92 0.21 0 0.59
HSL 193.75º 0.86% 0.22% -
HSV(B) 193.75º 0.92% 0.41% -
XYZ 5.62 7.09 14.17 -
YUV 62.38 151.48 89.21 -
System Red Green Blue C M Y K H S L
Decimal 8 82 104 0.92 0.21 0 0.59 193.75 0.86 0.22
Hex 8 52 68 5C 15 0 3B C2 56 16
Octal 10 122 150 134 25 0 73 302 126 26
Binary 1000 1010010 1101000 1011100 10101 0 111011 11000010 1010110 10110

Color Harmonies of #085268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085268

Black with #085268

Text Example


Text Example

White with #085268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085268; }

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

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

background-color css

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

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

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

border-color css

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

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

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