Html Css Color HEX #095677 Blue Lagoon

📋 copy color: '#095677'

red 9 ◦ green 86 ◦ blue 119

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

Shades of Blue Lagoon #095677

Tints of Blue Lagoon #095677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.19%

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

R = 4.21%
G = 40.19%
B = 55.61%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095677 (or 0x095677) is known color: Blue Lagoon. HEX triplet: 09, 56 and 77. RGB value is (9,86,119). Sum of RGB (Red+Green+Blue) = 9+86+119=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #095677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095677 is #F6A988. Grayscale: #424242. Windows color (decimal): -16165257 or 7820809. OLE color: 7820809.

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

Color convert

RGB 9 86 119 -
CMYK 0.92 0.28 0 0.53
HSL 198º 0.86% 0.25% -
HSV(B) 198º 0.92% 0.47% -
XYZ 6.77 8.05 18.65 -
YUV 66.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 9 86 119 0.92 0.28 0 0.53 198 0.86 0.25
Hex 9 56 77 5C 1C 0 35 C6 56 19
Octal 11 126 167 134 34 0 65 306 126 31
Binary 1001 1010110 1110111 1011100 11100 0 110101 11000110 1010110 11001

Color Harmonies of #095677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095677

Black with #095677

Text Example


Text Example

White with #095677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095677; }

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

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

background-color css

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

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

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

border-color css

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

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

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