Html Css Color HEX #085367 Blue Lagoon

📋 copy color: '#085367'

red 8 ◦ green 83 ◦ blue 103

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

Shades of Blue Lagoon #085367

Tints of Blue Lagoon #085367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 4.12%
G = 42.78%
B = 53.09%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085367 (or 0x085367) is known color: Blue Lagoon. HEX triplet: 08, 53 and 67. RGB value is (8,83,103). Sum of RGB (Red+Green+Blue) = 8+83+103=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #085367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085367 is #F7AC98. Grayscale: #3E3E3E. Windows color (decimal): -16231577 or 6771464. OLE color: 6771464.

HSL color Cylindrical-coordinate representation of color #085367: hue angle of 192.63º degrees, saturation: 0.86, 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 #085367 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 83 103 -
CMYK 0.92 0.19 0 0.60
HSL 192.63º 0.86% 0.22% -
HSV(B) 192.63º 0.92% 0.4% -
XYZ 5.64 7.22 13.93 -
YUV 62.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 8 83 103 0.92 0.19 0 0.60 192.63 0.86 0.22
Hex 8 53 67 5C 13 0 3C C1 56 16
Octal 10 123 147 134 23 0 74 301 126 26
Binary 1000 1010011 1100111 1011100 10011 0 111100 11000001 1010110 10110

Color Harmonies of #085367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085367

Black with #085367

Text Example


Text Example

White with #085367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085367; }

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

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

background-color css

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

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

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

border-color css

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

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

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