Html Css Color HEX #095779 Blue Lagoon

📋 copy color: '#095779'

red 9 ◦ green 87 ◦ blue 121

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

Shades of Blue Lagoon #095779

Tints of Blue Lagoon #095779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 55.76%

R = 4.15%
G = 40.09%
B = 55.76%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095779 (or 0x095779) is known color: Blue Lagoon. HEX triplet: 09, 57 and 79. RGB value is (9,87,121). Sum of RGB (Red+Green+Blue) = 9+87+121=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #095779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095779 is #F6A886. Grayscale: #434343. Windows color (decimal): -16164999 or 7952137. OLE color: 7952137.

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

Color convert

RGB 9 87 121 -
CMYK 0.93 0.28 0 0.53
HSL 198.21º 0.86% 0.25% -
HSV(B) 198.21º 0.93% 0.47% -
XYZ 6.97 8.25 19.32 -
YUV 67.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 9 87 121 0.93 0.28 0 0.53 198.21 0.86 0.25
Hex 9 57 79 5D 1C 0 35 C6 56 19
Octal 11 127 171 135 34 0 65 306 126 31
Binary 1001 1010111 1111001 1011101 11100 0 110101 11000110 1010110 11001

Color Harmonies of #095779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095779

Black with #095779

Text Example


Text Example

White with #095779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095779; }

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

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

background-color css

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

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

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

border-color css

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

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

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