Html Css Color HEX #096875 Blue Lagoon

📋 copy color: '#096875'

red 9 ◦ green 104 ◦ blue 117

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

Shades of Blue Lagoon #096875

Tints of Blue Lagoon #096875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.22%

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

R = 3.91%
G = 45.22%
B = 50.87%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096875 (or 0x096875) is known color: Blue Lagoon. HEX triplet: 09, 68 and 75. RGB value is (9,104,117). Sum of RGB (Red+Green+Blue) = 9+104+117=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #096875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096875 is #F6978A. Grayscale: #4C4C4C. Windows color (decimal): -16160651 or 7694345. OLE color: 7694345.

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

Color convert

RGB 9 104 117 -
CMYK 0.92 0.11 0 0.54
HSL 187.22º 0.86% 0.25% -
HSV(B) 187.22º 0.92% 0.46% -
XYZ 8.27 11.24 18.56 -
YUV 77.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 9 104 117 0.92 0.11 0 0.54 187.22 0.86 0.25
Hex 9 68 75 5C B 0 36 BB 56 19
Octal 11 150 165 134 13 0 66 273 126 31
Binary 1001 1101000 1110101 1011100 1011 0 110110 10111011 1010110 11001

Color Harmonies of #096875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096875

Black with #096875

Text Example


Text Example

White with #096875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096875; }

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

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

background-color css

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

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

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

border-color css

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

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

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