Html Css Color HEX #095973 Blue Lagoon

📋 copy color: '#095973'

red 9 ◦ green 89 ◦ blue 115

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

Shades of Blue Lagoon #095973

Tints of Blue Lagoon #095973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 4.23%
G = 41.78%
B = 53.99%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095973 (or 0x095973) is known color: Blue Lagoon. HEX triplet: 09, 59 and 73. RGB value is (9,89,115). Sum of RGB (Red+Green+Blue) = 9+89+115=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #095973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095973 is #F6A68C. Grayscale: #434343. Windows color (decimal): -16164493 or 7559433. OLE color: 7559433.

HSL color Cylindrical-coordinate representation of color #095973: hue angle of 194.72º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095973 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 89 115 -
CMYK 0.92 0.23 0 0.55
HSL 194.72º 0.85% 0.24% -
HSV(B) 194.72º 0.92% 0.45% -
XYZ 6.78 8.44 17.49 -
YUV 68.04 154.5 85.89 -
System Red Green Blue C M Y K H S L
Decimal 9 89 115 0.92 0.23 0 0.55 194.72 0.85 0.24
Hex 9 59 73 5C 17 0 37 C3 55 18
Octal 11 131 163 134 27 0 67 303 125 30
Binary 1001 1011001 1110011 1011100 10111 0 110111 11000011 1010101 11000

Color Harmonies of #095973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095973

Black with #095973

Text Example


Text Example

White with #095973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095973; }

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

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

background-color css

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

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

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

border-color css

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

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

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