Html Css Color HEX #085467 Blue Lagoon

📋 copy color: '#085467'

red 8 ◦ green 84 ◦ blue 103

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

Shades of Blue Lagoon #085467

Tints of Blue Lagoon #085467

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.08%

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

R = 4.1%
G = 43.08%
B = 52.82%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085467 (or 0x085467) is known color: Blue Lagoon. HEX triplet: 08, 54 and 67. RGB value is (8,84,103). Sum of RGB (Red+Green+Blue) = 8+84+103=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #085467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085467 is #F7AB98. Grayscale: #3F3F3F. Windows color (decimal): -16231321 or 6771720. OLE color: 6771720.

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

Color convert

RGB 8 84 103 -
CMYK 0.92 0.18 0 0.60
HSL 192º 0.86% 0.22% -
HSV(B) 192º 0.92% 0.4% -
XYZ 5.72 7.37 13.95 -
YUV 63.44 150.32 88.46 -
System Red Green Blue C M Y K H S L
Decimal 8 84 103 0.92 0.18 0 0.60 192 0.86 0.22
Hex 8 54 67 5C 12 0 3C C0 56 16
Octal 10 124 147 134 22 0 74 300 126 26
Binary 1000 1010100 1100111 1011100 10010 0 111100 11000000 1010110 10110

Color Harmonies of #085467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085467

Black with #085467

Text Example


Text Example

White with #085467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085467; }

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

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

background-color css

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

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

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

border-color css

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

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

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