Html Css Color HEX #096469 Blue Lagoon

📋 copy color: '#096469'

red 9 ◦ green 100 ◦ blue 105

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

Shades of Blue Lagoon #096469

Tints of Blue Lagoon #096469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.73%

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

R = 4.21%
G = 46.73%
B = 49.07%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#096469 (or 0x096469) is known color: Blue Lagoon. HEX triplet: 09, 64 and 69. RGB value is (9,100,105). Sum of RGB (Red+Green+Blue) = 9+100+105=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #096469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096469 is #F69B96. Grayscale: #494949. Windows color (decimal): -16161687 or 6906889. OLE color: 6906889.

HSL color Cylindrical-coordinate representation of color #096469: hue angle of 183.12º 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 #096469 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 100 105 -
CMYK 0.91 0.05 0 0.59
HSL 183.13º 0.84% 0.22% -
HSV(B) 183.13º 0.91% 0.41% -
XYZ 7.22 10.19 14.95 -
YUV 73.36 145.85 82.09 -
System Red Green Blue C M Y K H S L
Decimal 9 100 105 0.91 0.05 0 0.59 183.13 0.84 0.22
Hex 9 64 69 5B 5 0 3B B7 54 16
Octal 11 144 151 133 5 0 73 267 124 26
Binary 1001 1100100 1101001 1011011 101 0 111011 10110111 1010100 10110

Color Harmonies of #096469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096469

Black with #096469

Text Example


Text Example

White with #096469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096469; }

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

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

background-color css

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

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

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

border-color css

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

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

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