Html Css Color HEX #096384 Allports

📋 copy color: '#096384'

red 9 ◦ green 99 ◦ blue 132

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

Shades of Allports #096384

Tints of Allports #096384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.25%

 BLUE value IS 132 (51.95% from 255) = 55%

R = 3.75%
G = 41.25%
B = 55%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#096384 (or 0x096384) is known color: Allports. HEX triplet: 09, 63 and 84. RGB value is (9,99,132). Sum of RGB (Red+Green+Blue) = 9+99+132=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #096384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096384 is #F69C7B. Grayscale: #4B4B4B. Windows color (decimal): -16161916 or 8676105. OLE color: 8676105.

HSL color Cylindrical-coordinate representation of color #096384: hue angle of 196.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096384 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 99 132 -
CMYK 0.93 0.25 0 0.48
HSL 196.1º 0.87% 0.28% -
HSV(B) 196.1º 0.93% 0.52% -
XYZ 8.74 10.65 23.42 -
YUV 75.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 9 99 132 0.93 0.25 0 0.48 196.1 0.87 0.28
Hex 9 63 84 5D 19 0 30 C4 57 1C
Octal 11 143 204 135 31 0 60 304 127 34
Binary 1001 1100011 10000100 1011101 11001 0 110000 11000100 1010111 11100

Color Harmonies of #096384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096384

Black with #096384

Text Example


Text Example

White with #096384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096384; }

 p { color: rgb(9,99,132); }

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

background-color css

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

 a { background-color: rgb(9,99,132); }

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

border-color css

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

 span { border-color: rgb(9,99,132); }

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