Html Css Color HEX #095575 Blue Lagoon

📋 copy color: '#095575'

red 9 ◦ green 85 ◦ blue 117

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

Shades of Blue Lagoon #095575

Tints of Blue Lagoon #095575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.28%

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 4.27%
G = 40.28%
B = 55.45%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#095575 (or 0x095575) is known color: Blue Lagoon. HEX triplet: 09, 55 and 75. RGB value is (9,85,117). Sum of RGB (Red+Green+Blue) = 9+85+117=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #095575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095575 is #F6AA8A. Grayscale: #414141. Windows color (decimal): -16165515 or 7689481. OLE color: 7689481.

HSL color Cylindrical-coordinate representation of color #095575: hue angle of 197.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095575 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 85 117 -
CMYK 0.92 0.27 0 0.54
HSL 197.78º 0.86% 0.25% -
HSV(B) 197.78º 0.92% 0.46% -
XYZ 6.57 7.84 18 -
YUV 65.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 9 85 117 0.92 0.27 0 0.54 197.78 0.86 0.25
Hex 9 55 75 5C 1B 0 36 C6 56 19
Octal 11 125 165 134 33 0 66 306 126 31
Binary 1001 1010101 1110101 1011100 11011 0 110110 11000110 1010110 11001

Color Harmonies of #095575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095575

Black with #095575

Text Example


Text Example

White with #095575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095575; }

 p { color: rgb(9,85,117); }

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

background-color css

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

 a { background-color: rgb(9,85,117); }

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

border-color css

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

 span { border-color: rgb(9,85,117); }

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