Html Css Color HEX #096382 Allports

📋 copy color: '#096382'

red 9 ◦ green 99 ◦ blue 130

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

Shades of Allports #096382

Tints of Allports #096382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.62%

R = 3.78%
G = 41.6%
B = 54.62%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#096382 (or 0x096382) is known color: Allports. HEX triplet: 09, 63 and 82. RGB value is (9,99,130). Sum of RGB (Red+Green+Blue) = 9+99+130=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #096382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096382 is #F69C7D. Grayscale: #4B4B4B. Windows color (decimal): -16161918 or 8545033. OLE color: 8545033.

HSL color Cylindrical-coordinate representation of color #096382: hue angle of 195.37º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096382 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 99 130 -
CMYK 0.93 0.24 0 0.49
HSL 195.37º 0.87% 0.27% -
HSV(B) 195.37º 0.93% 0.51% -
XYZ 8.6 10.59 22.71 -
YUV 75.62 158.68 80.48 -
System Red Green Blue C M Y K H S L
Decimal 9 99 130 0.93 0.24 0 0.49 195.37 0.87 0.27
Hex 9 63 82 5D 18 0 31 C3 57 1B
Octal 11 143 202 135 30 0 61 303 127 33
Binary 1001 1100011 10000010 1011101 11000 0 110001 11000011 1010111 11011

Color Harmonies of #096382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096382

Black with #096382

Text Example


Text Example

White with #096382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096382; }

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

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

background-color css

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

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

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

border-color css

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

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

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