Html Css Color HEX #085369 Blue Lagoon

📋 copy color: '#085369'

red 8 ◦ green 83 ◦ blue 105

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

Shades of Blue Lagoon #085369

Tints of Blue Lagoon #085369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.57%

R = 4.08%
G = 42.35%
B = 53.57%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#085369 (or 0x085369) is known color: Blue Lagoon. HEX triplet: 08, 53 and 69. RGB value is (8,83,105). Sum of RGB (Red+Green+Blue) = 8+83+105=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #085369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085369 is #F7AC96. Grayscale: #3E3E3E. Windows color (decimal): -16231575 or 6902536. OLE color: 6902536.

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

Color convert

RGB 8 83 105 -
CMYK 0.92 0.21 0 0.59
HSL 193.61º 0.86% 0.22% -
HSV(B) 193.61º 0.92% 0.41% -
XYZ 5.74 7.26 14.46 -
YUV 63.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 8 83 105 0.92 0.21 0 0.59 193.61 0.86 0.22
Hex 8 53 69 5C 15 0 3B C2 56 16
Octal 10 123 151 134 25 0 73 302 126 26
Binary 1000 1010011 1101001 1011100 10101 0 111011 11000010 1010110 10110

Color Harmonies of #085369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085369

Black with #085369

Text Example


Text Example

White with #085369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085369; }

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

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

background-color css

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

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

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

border-color css

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

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

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