Html Css Color HEX #095C75 Blue Lagoon

📋 copy color: '#095C75'

red 9 ◦ green 92 ◦ blue 117

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

Shades of Blue Lagoon #095C75

Tints of Blue Lagoon #095C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.2%

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

R = 4.13%
G = 42.2%
B = 53.67%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#095C75 (or 0x095C75) is known color: Blue Lagoon. HEX triplet: 09, 5C and 75. RGB value is (9,92,117). Sum of RGB (Red+Green+Blue) = 9+92+117=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #095C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095C75 is #F6A38A. Grayscale: #454545. Windows color (decimal): -16163723 or 7691273. OLE color: 7691273.

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

Color convert

RGB 9 92 117 -
CMYK 0.92 0.21 0 0.54
HSL 193.89º 0.86% 0.25% -
HSV(B) 193.89º 0.92% 0.46% -
XYZ 7.15 9 18.19 -
YUV 70.03 154.5 84.47 -
System Red Green Blue C M Y K H S L
Decimal 9 92 117 0.92 0.21 0 0.54 193.89 0.86 0.25
Hex 9 5C 75 5C 15 0 36 C2 56 19
Octal 11 134 165 134 25 0 66 302 126 31
Binary 1001 1011100 1110101 1011100 10101 0 110110 11000010 1010110 11001

Color Harmonies of #095C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C75

Black with #095C75

Text Example


Text Example

White with #095C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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