Html Css Color HEX #095576 Blue Lagoon

📋 copy color: '#095576'

red 9 ◦ green 85 ◦ blue 118

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

Shades of Blue Lagoon #095576

Tints of Blue Lagoon #095576

RGB

 RED value IS 9 (3.91% from 255) = 4.25%

 GREEN value IS 85 (33.59% from 255) = 40.09%

 BLUE value IS 118 (46.48% from 255) = 55.66%

R = 4.25%
G = 40.09%
B = 55.66%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#095576 (or 0x095576) is known color: Blue Lagoon. HEX triplet: 09, 55 and 76. RGB value is (9,85,118). Sum of RGB (Red+Green+Blue) = 9+85+118=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #095576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095576 is #F6AA89. Grayscale: #414141. Windows color (decimal): -16165514 or 7755017. OLE color: 7755017.

HSL color Cylindrical-coordinate representation of color #095576: hue angle of 198.17º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095576 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 85 118 -
CMYK 0.92 0.28 0 0.54
HSL 198.17º 0.86% 0.25% -
HSV(B) 198.17º 0.92% 0.46% -
XYZ 6.63 7.86 18.31 -
YUV 66.04 157.32 87.32 -
System Red Green Blue C M Y K H S L
Decimal 9 85 118 0.92 0.28 0 0.54 198.17 0.86 0.25
Hex 9 55 76 5C 1C 0 36 C6 56 19
Octal 11 125 166 134 34 0 66 306 126 31
Binary 1001 1010101 1110110 1011100 11100 0 110110 11000110 1010110 11001

Color Harmonies of #095576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095576

Black with #095576

Text Example


Text Example

White with #095576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095576; }

 p { color: rgb(9,85,118); }

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

background-color css

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

 a { background-color: rgb(9,85,118); }

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

border-color css

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

 span { border-color: rgb(9,85,118); }

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