Html Css Color HEX #095E70 Blue Lagoon

📋 copy color: '#095E70'

red 9 ◦ green 94 ◦ blue 112

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

Shades of Blue Lagoon #095E70

Tints of Blue Lagoon #095E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.09%

R = 4.19%
G = 43.72%
B = 52.09%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095E70 (or 0x095E70) is known color: Blue Lagoon. HEX triplet: 09, 5E and 70. RGB value is (9,94,112). Sum of RGB (Red+Green+Blue) = 9+94+112=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #095E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095E70 is #F6A18F. Grayscale: #464646. Windows color (decimal): -16163216 or 7364105. OLE color: 7364105.

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

Color convert

RGB 9 94 112 -
CMYK 0.92 0.16 0 0.56
HSL 190.49º 0.85% 0.24% -
HSV(B) 190.49º 0.92% 0.44% -
XYZ 7.04 9.23 16.74 -
YUV 70.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 9 94 112 0.92 0.16 0 0.56 190.49 0.85 0.24
Hex 9 5E 70 5C 10 0 38 BE 55 18
Octal 11 136 160 134 20 0 70 276 125 30
Binary 1001 1011110 1110000 1011100 10000 0 111000 10111110 1010101 11000

Color Harmonies of #095E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E70

Black with #095E70

Text Example


Text Example

White with #095E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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