Html Css Color HEX #095F73 Blue Lagoon

📋 copy color: '#095F73'

red 9 ◦ green 95 ◦ blue 115

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

Shades of Blue Lagoon #095F73

Tints of Blue Lagoon #095F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.38%

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

R = 4.11%
G = 43.38%
B = 52.51%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095F73 (or 0x095F73) is known color: Blue Lagoon. HEX triplet: 09, 5F and 73. RGB value is (9,95,115). Sum of RGB (Red+Green+Blue) = 9+95+115=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #095F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F73 is #F6A08C. Grayscale: #474747. Windows color (decimal): -16162957 or 7560969. OLE color: 7560969.

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

Color convert

RGB 9 95 115 -
CMYK 0.92 0.17 0 0.55
HSL 191.32º 0.85% 0.24% -
HSV(B) 191.32º 0.92% 0.45% -
XYZ 7.3 9.48 17.66 -
YUV 71.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 9 95 115 0.92 0.17 0 0.55 191.32 0.85 0.24
Hex 9 5F 73 5C 11 0 37 BF 55 18
Octal 11 137 163 134 21 0 67 277 125 30
Binary 1001 1011111 1110011 1011100 10001 0 110111 10111111 1010101 11000

Color Harmonies of #095F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F73

Black with #095F73

Text Example


Text Example

White with #095F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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