Html Css Color HEX #085875 Blue Lagoon

📋 copy color: '#085875'

red 8 ◦ green 88 ◦ blue 117

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

Shades of Blue Lagoon #085875

Tints of Blue Lagoon #085875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.31%

 BLUE value IS 117 (46.09% from 255) = 54.93%

R = 3.76%
G = 41.31%
B = 54.93%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085875 (or 0x085875) is known color: Blue Lagoon. HEX triplet: 08, 58 and 75. RGB value is (8,88,117). Sum of RGB (Red+Green+Blue) = 8+88+117=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #085875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085875 is #F7A78A. Grayscale: #434343. Windows color (decimal): -16230283 or 7690248. OLE color: 7690248.

HSL color Cylindrical-coordinate representation of color #085875: hue angle of 195.96º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085875 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 88 117 -
CMYK 0.93 0.25 0 0.54
HSL 195.96º 0.87% 0.25% -
HSV(B) 195.96º 0.93% 0.46% -
XYZ 6.8 8.32 18.08 -
YUV 67.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 8 88 117 0.93 0.25 0 0.54 195.96 0.87 0.25
Hex 8 58 75 5D 19 0 36 C4 57 19
Octal 10 130 165 135 31 0 66 304 127 31
Binary 1000 1011000 1110101 1011101 11001 0 110110 11000100 1010111 11001

Color Harmonies of #085875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085875

Black with #085875

Text Example


Text Example

White with #085875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085875; }

 p { color: rgb(8,88,117); }

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

background-color css

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

 a { background-color: rgb(8,88,117); }

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

border-color css

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

 span { border-color: rgb(8,88,117); }

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