Html Css Color HEX #096192 Allports

📋 copy color: '#096192'

red 9 ◦ green 97 ◦ blue 146

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

Shades of Allports #096192

Tints of Allports #096192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 146 (57.42% from 255) = 57.94%

R = 3.57%
G = 38.49%
B = 57.94%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#096192 (or 0x096192) is known color: Allports. HEX triplet: 09, 61 and 92. RGB value is (9,97,146). Sum of RGB (Red+Green+Blue) = 9+97+146=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #096192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096192 is #F69E6D. Grayscale: #4B4B4B. Windows color (decimal): -16162414 or 9593097. OLE color: 9593097.

HSL color Cylindrical-coordinate representation of color #096192: hue angle of 201.46º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096192 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 97 146 -
CMYK 0.94 0.34 0 0.43
HSL 201.46º 0.88% 0.3% -
HSV(B) 201.46º 0.94% 0.57% -
XYZ 9.58 10.68 28.75 -
YUV 76.27 167.35 80.02 -
System Red Green Blue C M Y K H S L
Decimal 9 97 146 0.94 0.34 0 0.43 201.46 0.88 0.3
Hex 9 61 92 5E 22 0 2B C9 58 1E
Octal 11 141 222 136 42 0 53 311 130 36
Binary 1001 1100001 10010010 1011110 100010 0 101011 11001001 1011000 11110

Color Harmonies of #096192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096192

Black with #096192

Text Example


Text Example

White with #096192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096192; }

 p { color: rgb(9,97,146); }

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

background-color css

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

 a { background-color: rgb(9,97,146); }

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

border-color css

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

 span { border-color: rgb(9,97,146); }

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