Html Css Color HEX #095871 Blue Lagoon

📋 copy color: '#095871'

red 9 ◦ green 88 ◦ blue 113

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

Shades of Blue Lagoon #095871

Tints of Blue Lagoon #095871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.81%

R = 4.29%
G = 41.9%
B = 53.81%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095871 (or 0x095871) is known color: Blue Lagoon. HEX triplet: 09, 58 and 71. RGB value is (9,88,113). Sum of RGB (Red+Green+Blue) = 9+88+113=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #095871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095871 is #F6A78E. Grayscale: #434343. Windows color (decimal): -16164751 or 7428105. OLE color: 7428105.

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

Color convert

RGB 9 88 113 -
CMYK 0.92 0.22 0 0.56
HSL 194.42º 0.85% 0.24% -
HSV(B) 194.42º 0.92% 0.44% -
XYZ 6.58 8.23 16.86 -
YUV 67.23 153.83 86.47 -
System Red Green Blue C M Y K H S L
Decimal 9 88 113 0.92 0.22 0 0.56 194.42 0.85 0.24
Hex 9 58 71 5C 16 0 38 C2 55 18
Octal 11 130 161 134 26 0 70 302 125 30
Binary 1001 1011000 1110001 1011100 10110 0 111000 11000010 1010101 11000

Color Harmonies of #095871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095871

Black with #095871

Text Example


Text Example

White with #095871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095871; }

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

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

background-color css

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

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

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

border-color css

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

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

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