Html Css Color HEX #095877 Blue Lagoon

📋 copy color: '#095877'

red 9 ◦ green 88 ◦ blue 119

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

Shades of Blue Lagoon #095877

Tints of Blue Lagoon #095877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 55.09%

R = 4.17%
G = 40.74%
B = 55.09%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095877 (or 0x095877) is known color: Blue Lagoon. HEX triplet: 09, 58 and 77. RGB value is (9,88,119). Sum of RGB (Red+Green+Blue) = 9+88+119=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #095877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095877 is #F6A788. Grayscale: #434343. Windows color (decimal): -16164745 or 7821321. OLE color: 7821321.

HSL color Cylindrical-coordinate representation of color #095877: hue angle of 196.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095877 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 88 119 -
CMYK 0.92 0.26 0 0.53
HSL 196.91º 0.86% 0.25% -
HSV(B) 196.91º 0.92% 0.47% -
XYZ 6.93 8.37 18.7 -
YUV 67.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 9 88 119 0.92 0.26 0 0.53 196.91 0.86 0.25
Hex 9 58 77 5C 1A 0 35 C5 56 19
Octal 11 130 167 134 32 0 65 305 126 31
Binary 1001 1011000 1110111 1011100 11010 0 110101 11000101 1010110 11001

Color Harmonies of #095877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095877

Black with #095877

Text Example


Text Example

White with #095877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095877; }

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

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

background-color css

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

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

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

border-color css

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

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

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