Html Css Color HEX #085068 Blue Lagoon

📋 copy color: '#085068'

red 8 ◦ green 80 ◦ blue 104

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

Shades of Blue Lagoon #085068

Tints of Blue Lagoon #085068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

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

R = 4.17%
G = 41.67%
B = 54.17%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#085068 (or 0x085068) is known color: Blue Lagoon. HEX triplet: 08, 50 and 68. RGB value is (8,80,104). Sum of RGB (Red+Green+Blue) = 8+80+104=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #085068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085068 is #F7AF97. Grayscale: #3D3D3D. Windows color (decimal): -16232344 or 6836232. OLE color: 6836232.

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

Color convert

RGB 8 80 104 -
CMYK 0.92 0.23 0 0.59
HSL 195º 0.86% 0.22% -
HSV(B) 195º 0.92% 0.41% -
XYZ 5.47 6.79 14.12 -
YUV 61.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 8 80 104 0.92 0.23 0 0.59 195 0.86 0.22
Hex 8 50 68 5C 17 0 3B C3 56 16
Octal 10 120 150 134 27 0 73 303 126 26
Binary 1000 1010000 1101000 1011100 10111 0 111011 11000011 1010110 10110

Color Harmonies of #085068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085068

Black with #085068

Text Example


Text Example

White with #085068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085068; }

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

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

background-color css

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

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

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

border-color css

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

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

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