Html Css Color HEX #095873 Blue Lagoon

📋 copy color: '#095873'

red 9 ◦ green 88 ◦ blue 115

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

Shades of Blue Lagoon #095873

Tints of Blue Lagoon #095873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.51%

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

R = 4.25%
G = 41.51%
B = 54.25%

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

#095873 (or 0x095873) is known color: Blue Lagoon. HEX triplet: 09, 58 and 73. RGB value is (9,88,115). Sum of RGB (Red+Green+Blue) = 9+88+115=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #095873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095873 is #F6A78C. Grayscale: #434343. Windows color (decimal): -16164749 or 7559177. OLE color: 7559177.

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

Color convert

RGB 9 88 115 -
CMYK 0.92 0.23 0 0.55
HSL 195.28º 0.85% 0.24% -
HSV(B) 195.28º 0.92% 0.45% -
XYZ 6.7 8.28 17.46 -
YUV 67.46 154.83 86.3 -
System Red Green Blue C M Y K H S L
Decimal 9 88 115 0.92 0.23 0 0.55 195.28 0.85 0.24
Hex 9 58 73 5C 17 0 37 C3 55 18
Octal 11 130 163 134 27 0 67 303 125 30
Binary 1001 1011000 1110011 1011100 10111 0 110111 11000011 1010101 11000

Color Harmonies of #095873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095873

Black with #095873

Text Example


Text Example

White with #095873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095873; }

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

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

background-color css

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

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

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

border-color css

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

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

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