Html Css Color HEX #095872 Blue Lagoon

📋 copy color: '#095872'

red 9 ◦ green 88 ◦ blue 114

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

Shades of Blue Lagoon #095872

Tints of Blue Lagoon #095872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 4.27%
G = 41.71%
B = 54.03%

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

#095872 (or 0x095872) is known color: Blue Lagoon. HEX triplet: 09, 58 and 72. RGB value is (9,88,114). Sum of RGB (Red+Green+Blue) = 9+88+114=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #095872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095872 is #F6A78D. Grayscale: #434343. Windows color (decimal): -16164750 or 7493641. OLE color: 7493641.

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

Color convert

RGB 9 88 114 -
CMYK 0.92 0.23 0 0.55
HSL 194.86º 0.85% 0.24% -
HSV(B) 194.86º 0.92% 0.45% -
XYZ 6.64 8.25 17.16 -
YUV 67.34 154.33 86.39 -
System Red Green Blue C M Y K H S L
Decimal 9 88 114 0.92 0.23 0 0.55 194.86 0.85 0.24
Hex 9 58 72 5C 17 0 37 C3 55 18
Octal 11 130 162 134 27 0 67 303 125 30
Binary 1001 1011000 1110010 1011100 10111 0 110111 11000011 1010101 11000

Color Harmonies of #095872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095872

Black with #095872

Text Example


Text Example

White with #095872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095872; }

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

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

background-color css

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

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

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

border-color css

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

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

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