Html Css Color HEX #095A75 Blue Lagoon

📋 copy color: '#095A75'

red 9 ◦ green 90 ◦ blue 117

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

Shades of Blue Lagoon #095A75

Tints of Blue Lagoon #095A75

RGB

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

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

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

R = 4.17%
G = 41.67%
B = 54.17%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#095A75 (or 0x095A75) is known color: Blue Lagoon. HEX triplet: 09, 5A and 75. RGB value is (9,90,117). Sum of RGB (Red+Green+Blue) = 9+90+117=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #095A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A75 is #F6A58A. Grayscale: #444444. Windows color (decimal): -16164235 or 7690761. OLE color: 7690761.

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

Color convert

RGB 9 90 117 -
CMYK 0.92 0.23 0 0.54
HSL 195º 0.86% 0.25% -
HSV(B) 195º 0.92% 0.46% -
XYZ 6.98 8.65 18.13 -
YUV 68.86 155.16 85.3 -
System Red Green Blue C M Y K H S L
Decimal 9 90 117 0.92 0.23 0 0.54 195 0.86 0.25
Hex 9 5A 75 5C 17 0 36 C3 56 19
Octal 11 132 165 134 27 0 66 303 126 31
Binary 1001 1011010 1110101 1011100 10111 0 110110 11000011 1010110 11001

Color Harmonies of #095A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A75

Black with #095A75

Text Example


Text Example

White with #095A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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