Html Css Color HEX #096D8A Allports

📋 copy color: '#096D8A'

red 9 ◦ green 109 ◦ blue 138

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

Shades of Allports #096D8A

Tints of Allports #096D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.58%

 BLUE value IS 138 (54.3% from 255) = 53.91%

R = 3.52%
G = 42.58%
B = 53.91%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#096D8A (or 0x096D8A) is known color: Allports. HEX triplet: 09, 6D and 8A. RGB value is (9,109,138). Sum of RGB (Red+Green+Blue) = 9+109+138=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #096D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096D8A is #F69275. Grayscale: #525252. Windows color (decimal): -16159350 or 9071881. OLE color: 9071881.

HSL color Cylindrical-coordinate representation of color #096D8A: hue angle of 193.49º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096D8A is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 109 138 -
CMYK 0.93 0.21 0 0.46
HSL 193.49º 0.88% 0.29% -
HSV(B) 193.49º 0.93% 0.54% -
XYZ 10.17 12.83 25.99 -
YUV 82.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 9 109 138 0.93 0.21 0 0.46 193.49 0.88 0.29
Hex 9 6D 8A 5D 15 0 2E C1 58 1D
Octal 11 155 212 135 25 0 56 301 130 35
Binary 1001 1101101 10001010 1011101 10101 0 101110 11000001 1011000 11101

Color Harmonies of #096D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D8A

Black with #096D8A

Text Example


Text Example

White with #096D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096D8A; }

 p { color: rgb(9,109,138); }

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

background-color css

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

 a { background-color: rgb(9,109,138); }

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

border-color css

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

 span { border-color: rgb(9,109,138); }

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