Html Css Color HEX #095B70 Blue Lagoon

📋 copy color: '#095B70'

red 9 ◦ green 91 ◦ blue 112

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

Shades of Blue Lagoon #095B70

Tints of Blue Lagoon #095B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.92%

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

R = 4.25%
G = 42.92%
B = 52.83%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095B70 (or 0x095B70) is known color: Blue Lagoon. HEX triplet: 09, 5B and 70. RGB value is (9,91,112). Sum of RGB (Red+Green+Blue) = 9+91+112=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #095B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B70 is #F6A48F. Grayscale: #444444. Windows color (decimal): -16163984 or 7363337. OLE color: 7363337.

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

Color convert

RGB 9 91 112 -
CMYK 0.92 0.19 0 0.56
HSL 192.23º 0.85% 0.24% -
HSV(B) 192.23º 0.92% 0.44% -
XYZ 6.78 8.71 16.65 -
YUV 68.88 152.33 85.29 -
System Red Green Blue C M Y K H S L
Decimal 9 91 112 0.92 0.19 0 0.56 192.23 0.85 0.24
Hex 9 5B 70 5C 13 0 38 C0 55 18
Octal 11 133 160 134 23 0 70 300 125 30
Binary 1001 1011011 1110000 1011100 10011 0 111000 11000000 1010101 11000

Color Harmonies of #095B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B70

Black with #095B70

Text Example


Text Example

White with #095B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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