Html Css Color HEX #085363 Blue Lagoon

📋 copy color: '#085363'

red 8 ◦ green 83 ◦ blue 99

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

Shades of Blue Lagoon #085363

Tints of Blue Lagoon #085363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.68%

 BLUE value IS 99 (39.06% from 255) = 52.11%

R = 4.21%
G = 43.68%
B = 52.11%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#085363 (or 0x085363) is known color: Blue Lagoon. HEX triplet: 08, 53 and 63. RGB value is (8,83,99). Sum of RGB (Red+Green+Blue) = 8+83+99=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #085363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085363 is #F7AC9C. Grayscale: #3E3E3E. Windows color (decimal): -16231581 or 6509320. OLE color: 6509320.

HSL color Cylindrical-coordinate representation of color #085363: hue angle of 190.55º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085363 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 83 99 -
CMYK 0.92 0.16 0 0.61
HSL 190.55º 0.85% 0.21% -
HSV(B) 190.55º 0.92% 0.39% -
XYZ 5.45 7.14 12.9 -
YUV 62.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 8 83 99 0.92 0.16 0 0.61 190.55 0.85 0.21
Hex 8 53 63 5C 10 0 3D BF 55 15
Octal 10 123 143 134 20 0 75 277 125 25
Binary 1000 1010011 1100011 1011100 10000 0 111101 10111111 1010101 10101

Color Harmonies of #085363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085363

Black with #085363

Text Example


Text Example

White with #085363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085363; }

 p { color: rgb(8,83,99); }

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

background-color css

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

 a { background-color: rgb(8,83,99); }

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

border-color css

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

 span { border-color: rgb(8,83,99); }

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