Html Css Color HEX #095777 Blue Lagoon

📋 copy color: '#095777'

red 9 ◦ green 87 ◦ blue 119

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

Shades of Blue Lagoon #095777

Tints of Blue Lagoon #095777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.47%

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

R = 4.19%
G = 40.47%
B = 55.35%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095777 (or 0x095777) is known color: Blue Lagoon. HEX triplet: 09, 57 and 77. RGB value is (9,87,119). Sum of RGB (Red+Green+Blue) = 9+87+119=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #095777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095777 is #F6A888. Grayscale: #434343. Windows color (decimal): -16165001 or 7821065. OLE color: 7821065.

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

Color convert

RGB 9 87 119 -
CMYK 0.92 0.27 0 0.53
HSL 197.45º 0.86% 0.25% -
HSV(B) 197.45º 0.92% 0.47% -
XYZ 6.85 8.21 18.68 -
YUV 67.33 157.16 86.4 -
System Red Green Blue C M Y K H S L
Decimal 9 87 119 0.92 0.27 0 0.53 197.45 0.86 0.25
Hex 9 57 77 5C 1B 0 35 C5 56 19
Octal 11 127 167 134 33 0 65 305 126 31
Binary 1001 1010111 1110111 1011100 11011 0 110101 11000101 1010110 11001

Color Harmonies of #095777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095777

Black with #095777

Text Example


Text Example

White with #095777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095777; }

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

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

background-color css

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

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

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

border-color css

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

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

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