Html Css Color HEX #096069 Blue Lagoon

📋 copy color: '#096069'

red 9 ◦ green 96 ◦ blue 105

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

Shades of Blue Lagoon #096069

Tints of Blue Lagoon #096069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

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

R = 4.29%
G = 45.71%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#096069 (or 0x096069) is known color: Blue Lagoon. HEX triplet: 09, 60 and 69. RGB value is (9,96,105). Sum of RGB (Red+Green+Blue) = 9+96+105=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #096069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096069 is #F69F96. Grayscale: #464646. Windows color (decimal): -16162711 or 6905865. OLE color: 6905865.

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

Color convert

RGB 9 96 105 -
CMYK 0.91 0.09 0 0.59
HSL 185.63º 0.84% 0.22% -
HSV(B) 185.63º 0.91% 0.41% -
XYZ 6.85 9.44 14.83 -
YUV 71.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 9 96 105 0.91 0.09 0 0.59 185.63 0.84 0.22
Hex 9 60 69 5B 9 0 3B BA 54 16
Octal 11 140 151 133 11 0 73 272 124 26
Binary 1001 1100000 1101001 1011011 1001 0 111011 10111010 1010100 10110

Color Harmonies of #096069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096069

Black with #096069

Text Example


Text Example

White with #096069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096069; }

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

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

background-color css

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

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

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

border-color css

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

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

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