Html Css Color HEX #095B6A Blue Lagoon

📋 copy color: '#095B6A'

red 9 ◦ green 91 ◦ blue 106

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

Shades of Blue Lagoon #095B6A

Tints of Blue Lagoon #095B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 51.46%

R = 4.37%
G = 44.17%
B = 51.46%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#095B6A (or 0x095B6A) is known color: Blue Lagoon. HEX triplet: 09, 5B and 6A. RGB value is (9,91,106). Sum of RGB (Red+Green+Blue) = 9+91+106=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #095B6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B6A is #F6A495. Grayscale: #444444. Windows color (decimal): -16163990 or 6970121. OLE color: 6970121.

HSL color Cylindrical-coordinate representation of color #095B6A: hue angle of 189.28º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095B6A is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 91 106 -
CMYK 0.92 0.14 0 0.58
HSL 189.28º 0.84% 0.23% -
HSV(B) 189.28º 0.92% 0.42% -
XYZ 6.46 8.58 14.95 -
YUV 68.19 149.33 85.78 -
System Red Green Blue C M Y K H S L
Decimal 9 91 106 0.92 0.14 0 0.58 189.28 0.84 0.23
Hex 9 5B 6A 5C E 0 3A BD 54 17
Octal 11 133 152 134 16 0 72 275 124 27
Binary 1001 1011011 1101010 1011100 1110 0 111010 10111101 1010100 10111

Color Harmonies of #095B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095B6A

Black with #095B6A

Text Example


Text Example

White with #095B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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