Html Css Color HEX #095771 Blue Lagoon

📋 copy color: '#095771'

red 9 ◦ green 87 ◦ blue 113

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

Shades of Blue Lagoon #095771

Tints of Blue Lagoon #095771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.63%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 4.31%
G = 41.63%
B = 54.07%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095771 (or 0x095771) is known color: Blue Lagoon. HEX triplet: 09, 57 and 71. RGB value is (9,87,113). Sum of RGB (Red+Green+Blue) = 9+87+113=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #095771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095771 is #F6A88E. Grayscale: #424242. Windows color (decimal): -16165007 or 7427849. OLE color: 7427849.

HSL color Cylindrical-coordinate representation of color #095771: hue angle of 195º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095771 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 87 113 -
CMYK 0.92 0.23 0 0.56
HSL 195º 0.85% 0.24% -
HSV(B) 195º 0.92% 0.44% -
XYZ 6.5 8.07 16.84 -
YUV 66.64 154.16 86.89 -
System Red Green Blue C M Y K H S L
Decimal 9 87 113 0.92 0.23 0 0.56 195 0.85 0.24
Hex 9 57 71 5C 17 0 38 C3 55 18
Octal 11 127 161 134 27 0 70 303 125 30
Binary 1001 1010111 1110001 1011100 10111 0 111000 11000011 1010101 11000

Color Harmonies of #095771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095771

Black with #095771

Text Example


Text Example

White with #095771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095771; }

 p { color: rgb(9,87,113); }

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

background-color css

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

 a { background-color: rgb(9,87,113); }

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

border-color css

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

 span { border-color: rgb(9,87,113); }

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