Html Css Color HEX #085366 Blue Lagoon

📋 copy color: '#085366'

red 8 ◦ green 83 ◦ blue 102

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

Shades of Blue Lagoon #085366

Tints of Blue Lagoon #085366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 52.85%

R = 4.15%
G = 43.01%
B = 52.85%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#085366 (or 0x085366) is known color: Blue Lagoon. HEX triplet: 08, 53 and 66. RGB value is (8,83,102). Sum of RGB (Red+Green+Blue) = 8+83+102=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #085366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085366 is #F7AC99. Grayscale: #3E3E3E. Windows color (decimal): -16231578 or 6705928. OLE color: 6705928.

HSL color Cylindrical-coordinate representation of color #085366: hue angle of 192.13º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085366 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 83 102 -
CMYK 0.92 0.19 0 0.6
HSL 192.13º 0.85% 0.22% -
HSV(B) 192.13º 0.92% 0.4% -
XYZ 5.59 7.2 13.66 -
YUV 62.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 8 83 102 0.92 0.19 0 0.6 192.13 0.85 0.22
Hex 8 53 66 5C 13 0 3C C0 55 16
Octal 10 123 146 134 23 0 74 300 125 26
Binary 1000 1010011 1100110 1011100 10011 0 111100 11000000 1010101 10110

Color Harmonies of #085366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085366

Black with #085366

Text Example


Text Example

White with #085366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085366; }

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

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

background-color css

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

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

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

border-color css

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

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

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