Html Css Color HEX #096869 Blue Lagoon

📋 copy color: '#096869'

red 9 ◦ green 104 ◦ blue 105

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

Shades of Blue Lagoon #096869

Tints of Blue Lagoon #096869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 4.13%
G = 47.71%
B = 48.17%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#096869 (or 0x096869) is known color: Blue Lagoon. HEX triplet: 09, 68 and 69. RGB value is (9,104,105). Sum of RGB (Red+Green+Blue) = 9+104+105=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #096869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096869 is #F69796. Grayscale: #4B4B4B. Windows color (decimal): -16160663 or 6907913. OLE color: 6907913.

HSL color Cylindrical-coordinate representation of color #096869: hue angle of 180.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096869 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 105 -
CMYK 0.91 0.01 0 0.59
HSL 180.63º 0.84% 0.22% -
HSV(B) 180.63º 0.91% 0.41% -
XYZ 7.61 10.98 15.08 -
YUV 75.71 144.53 80.42 -
System Red Green Blue C M Y K H S L
Decimal 9 104 105 0.91 0.01 0 0.59 180.63 0.84 0.22
Hex 9 68 69 5B 1 0 3B B5 54 16
Octal 11 150 151 133 1 0 73 265 124 26
Binary 1001 1101000 1101001 1011011 1 0 111011 10110101 1010100 10110

Color Harmonies of #096869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096869

Black with #096869

Text Example


Text Example

White with #096869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096869; }

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

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

background-color css

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

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

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

border-color css

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

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

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