Html Css Color HEX #095E71 Blue Lagoon

📋 copy color: '#095E71'

red 9 ◦ green 94 ◦ blue 113

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

Shades of Blue Lagoon #095E71

Tints of Blue Lagoon #095E71

RGB

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

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

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

R = 4.17%
G = 43.52%
B = 52.31%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095E71 (or 0x095E71) is known color: Blue Lagoon. HEX triplet: 09, 5E and 71. RGB value is (9,94,113). Sum of RGB (Red+Green+Blue) = 9+94+113=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #095E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E71 is #F6A18E. Grayscale: #464646. Windows color (decimal): -16163215 or 7429641. OLE color: 7429641.

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

Color convert

RGB 9 94 113 -
CMYK 0.92 0.17 0 0.56
HSL 190.96º 0.85% 0.24% -
HSV(B) 190.96º 0.92% 0.44% -
XYZ 7.1 9.26 17.04 -
YUV 70.75 151.84 83.96 -
System Red Green Blue C M Y K H S L
Decimal 9 94 113 0.92 0.17 0 0.56 190.96 0.85 0.24
Hex 9 5E 71 5C 11 0 38 BF 55 18
Octal 11 136 161 134 21 0 70 277 125 30
Binary 1001 1011110 1110001 1011100 10001 0 111000 10111111 1010101 11000

Color Harmonies of #095E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E71

Black with #095E71

Text Example


Text Example

White with #095E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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