Html Css Color HEX #095B73 Blue Lagoon

📋 copy color: '#095B73'

red 9 ◦ green 91 ◦ blue 115

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

Shades of Blue Lagoon #095B73

Tints of Blue Lagoon #095B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.33%

 BLUE value IS 115 (45.31% from 255) = 53.49%

R = 4.19%
G = 42.33%
B = 53.49%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095B73 (or 0x095B73) is known color: Blue Lagoon. HEX triplet: 09, 5B and 73. RGB value is (9,91,115). Sum of RGB (Red+Green+Blue) = 9+91+115=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #095B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B73 is #F6A48C. Grayscale: #454545. Windows color (decimal): -16163981 or 7559945. OLE color: 7559945.

HSL color Cylindrical-coordinate representation of color #095B73: hue angle of 193.58º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095B73 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 91 115 -
CMYK 0.92 0.21 0 0.55
HSL 193.58º 0.85% 0.24% -
HSV(B) 193.58º 0.92% 0.45% -
XYZ 6.95 8.78 17.55 -
YUV 69.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 9 91 115 0.92 0.21 0 0.55 193.58 0.85 0.24
Hex 9 5B 73 5C 15 0 37 C2 55 18
Octal 11 133 163 134 25 0 67 302 125 30
Binary 1001 1011011 1110011 1011100 10101 0 110111 11000010 1010101 11000

Color Harmonies of #095B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B73

Black with #095B73

Text Example


Text Example

White with #095B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095B73; }

 p { color: rgb(9,91,115); }

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

background-color css

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

 a { background-color: rgb(9,91,115); }

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

border-color css

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

 span { border-color: rgb(9,91,115); }

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