Html Css Color HEX #096775 Blue Lagoon

📋 copy color: '#096775'

red 9 ◦ green 103 ◦ blue 117

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

Shades of Blue Lagoon #096775

Tints of Blue Lagoon #096775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.98%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 3.93%
G = 44.98%
B = 51.09%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096775 (or 0x096775) is known color: Blue Lagoon. HEX triplet: 09, 67 and 75. RGB value is (9,103,117). Sum of RGB (Red+Green+Blue) = 9+103+117=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #096775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096775 is #F6988A. Grayscale: #4C4C4C. Windows color (decimal): -16160907 or 7694089. OLE color: 7694089.

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

Color convert

RGB 9 103 117 -
CMYK 0.92 0.12 0 0.54
HSL 187.78º 0.86% 0.25% -
HSV(B) 187.78º 0.92% 0.46% -
XYZ 8.17 11.04 18.53 -
YUV 76.49 150.86 79.86 -
System Red Green Blue C M Y K H S L
Decimal 9 103 117 0.92 0.12 0 0.54 187.78 0.86 0.25
Hex 9 67 75 5C C 0 36 BC 56 19
Octal 11 147 165 134 14 0 66 274 126 31
Binary 1001 1100111 1110101 1011100 1100 0 110110 10111100 1010110 11001

Color Harmonies of #096775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096775

Black with #096775

Text Example


Text Example

White with #096775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096775; }

 p { color: rgb(9,103,117); }

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

background-color css

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

 a { background-color: rgb(9,103,117); }

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

border-color css

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

 span { border-color: rgb(9,103,117); }

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