Html Css Color HEX #095A6F Blue Lagoon

📋 copy color: '#095A6F'

red 9 ◦ green 90 ◦ blue 111

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

Shades of Blue Lagoon #095A6F

Tints of Blue Lagoon #095A6F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.86%

 BLUE value IS 111 (43.75% from 255) = 52.86%

R = 4.29%
G = 42.86%
B = 52.86%

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

#095A6F (or 0x095A6F) is known color: Blue Lagoon. HEX triplet: 09, 5A and 6F. RGB value is (9,90,111). Sum of RGB (Red+Green+Blue) = 9+90+111=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #095A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A6F is #F6A590. Grayscale: #444444. Windows color (decimal): -16164241 or 7297545. OLE color: 7297545.

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

Color convert

RGB 9 90 111 -
CMYK 0.92 0.19 0 0.56
HSL 192.35º 0.85% 0.24% -
HSV(B) 192.35º 0.92% 0.44% -
XYZ 6.64 8.52 16.33 -
YUV 68.18 152.16 85.79 -
System Red Green Blue C M Y K H S L
Decimal 9 90 111 0.92 0.19 0 0.56 192.35 0.85 0.24
Hex 9 5A 6F 5C 13 0 38 C0 55 18
Octal 11 132 157 134 23 0 70 300 125 30
Binary 1001 1011010 1101111 1011100 10011 0 111000 11000000 1010101 11000

Color Harmonies of #095A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A6F

Black with #095A6F

Text Example


Text Example

White with #095A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,90,111); }

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

background-color css

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

 a { background-color: rgb(9,90,111); }

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

border-color css

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

 span { border-color: rgb(9,90,111); }

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