Html Css Color HEX #096865 Blue Stone

📋 copy color: '#096865'

red 9 ◦ green 104 ◦ blue 101

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

Shades of Blue Stone #096865

Tints of Blue Stone #096865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 47.2%

R = 4.21%
G = 48.6%
B = 47.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#096865 (or 0x096865) is known color: Blue Stone. HEX triplet: 09, 68 and 65. RGB value is (9,104,101). Sum of RGB (Red+Green+Blue) = 9+104+101=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #096865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096865 is #F6979A. Grayscale: #4B4B4B. Windows color (decimal): -16160667 or 6645769. OLE color: 6645769.

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

Color convert

RGB 9 104 101 -
CMYK 0.91 0 0.03 0.59
HSL 178.11º 0.84% 0.22% -
HSV(B) 178.11º 0.91% 0.41% -
XYZ 7.41 10.9 14.02 -
YUV 75.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 9 104 101 0.91 0 0.03 0.59 178.11 0.84 0.22
Hex 9 68 65 5B 0 3 3B B2 54 16
Octal 11 150 145 133 0 3 73 262 124 26
Binary 1001 1101000 1100101 1011011 0 11 111011 10110010 1010100 10110

Color Harmonies of #096865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096865

Black with #096865

Text Example


Text Example

White with #096865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096865; }

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

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

background-color css

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

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

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

border-color css

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

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

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