Html Css Color HEX #095976 Blue Lagoon

📋 copy color: '#095976'

red 9 ◦ green 89 ◦ blue 118

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

Shades of Blue Lagoon #095976

Tints of Blue Lagoon #095976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.2%

 BLUE value IS 118 (46.48% from 255) = 54.63%

R = 4.17%
G = 41.2%
B = 54.63%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#095976 (or 0x095976) is known color: Blue Lagoon. HEX triplet: 09, 59 and 76. RGB value is (9,89,118). Sum of RGB (Red+Green+Blue) = 9+89+118=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #095976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095976 is #F6A689. Grayscale: #444444. Windows color (decimal): -16164490 or 7756041. OLE color: 7756041.

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

Color convert

RGB 9 89 118 -
CMYK 0.92 0.25 0 0.54
HSL 195.96º 0.86% 0.25% -
HSV(B) 195.96º 0.92% 0.46% -
XYZ 6.96 8.51 18.42 -
YUV 68.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 9 89 118 0.92 0.25 0 0.54 195.96 0.86 0.25
Hex 9 59 76 5C 19 0 36 C4 56 19
Octal 11 131 166 134 31 0 66 304 126 31
Binary 1001 1011001 1110110 1011100 11001 0 110110 11000100 1010110 11001

Color Harmonies of #095976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095976

Black with #095976

Text Example


Text Example

White with #095976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095976; }

 p { color: rgb(9,89,118); }

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

background-color css

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

 a { background-color: rgb(9,89,118); }

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

border-color css

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

 span { border-color: rgb(9,89,118); }

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