Html Css Color HEX #095D73 Blue Lagoon

📋 copy color: '#095D73'

red 9 ◦ green 93 ◦ blue 115

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

Shades of Blue Lagoon #095D73

Tints of Blue Lagoon #095D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.86%

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

R = 4.15%
G = 42.86%
B = 53%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095D73 (or 0x095D73) is known color: Blue Lagoon. HEX triplet: 09, 5D and 73. RGB value is (9,93,115). Sum of RGB (Red+Green+Blue) = 9+93+115=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #095D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095D73 is #F6A28C. Grayscale: #464646. Windows color (decimal): -16163469 or 7560457. OLE color: 7560457.

HSL color Cylindrical-coordinate representation of color #095D73: hue angle of 192.45º 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 #095D73 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 93 115 -
CMYK 0.92 0.19 0 0.55
HSL 192.45º 0.85% 0.24% -
HSV(B) 192.45º 0.92% 0.45% -
XYZ 7.12 9.12 17.61 -
YUV 70.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 9 93 115 0.92 0.19 0 0.55 192.45 0.85 0.24
Hex 9 5D 73 5C 13 0 37 C0 55 18
Octal 11 135 163 134 23 0 67 300 125 30
Binary 1001 1011101 1110011 1011100 10011 0 110111 11000000 1010101 11000

Color Harmonies of #095D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D73

Black with #095D73

Text Example


Text Example

White with #095D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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