Html Css Color HEX #095E72 Blue Lagoon

📋 copy color: '#095E72'

red 9 ◦ green 94 ◦ blue 114

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

Shades of Blue Lagoon #095E72

Tints of Blue Lagoon #095E72

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.32%

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 4.15%
G = 43.32%
B = 52.53%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095E72 (or 0x095E72) is known color: Blue Lagoon. HEX triplet: 09, 5E and 72. RGB value is (9,94,114). Sum of RGB (Red+Green+Blue) = 9+94+114=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #095E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E72 is #F6A18D. Grayscale: #464646. Windows color (decimal): -16163214 or 7495177. OLE color: 7495177.

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

Color convert

RGB 9 94 114 -
CMYK 0.92 0.18 0 0.55
HSL 191.43º 0.85% 0.24% -
HSV(B) 191.43º 0.92% 0.45% -
XYZ 7.15 9.28 17.33 -
YUV 70.87 152.34 83.87 -
System Red Green Blue C M Y K H S L
Decimal 9 94 114 0.92 0.18 0 0.55 191.43 0.85 0.24
Hex 9 5E 72 5C 12 0 37 BF 55 18
Octal 11 136 162 134 22 0 67 277 125 30
Binary 1001 1011110 1110010 1011100 10010 0 110111 10111111 1010101 11000

Color Harmonies of #095E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E72

Black with #095E72

Text Example


Text Example

White with #095E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,114); }

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

background-color css

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

 a { background-color: rgb(9,94,114); }

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

border-color css

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

 span { border-color: rgb(9,94,114); }

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